COLOR #7B63EE

HEX: #7B63EE
RGB: (123,99,238)

Renk bilgisi

#7B63EE contains mainly blue color. #7B63EE ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#7B63EE color RGB value is (123,99,238).

  • kırmız ton 123;
  • yeşil ton 99;
  • mavi ton 238.
RGB:
(123,99,238)
(48%,39%,93%)

RGB bağlantıları ve doygunluk

R 123 of 255 = 48%
G 99 of 255 = 39%
B 238 of 255 = 93%

123
99
238

R + G + B ~ 60%. #7B63EE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
123 + 99 + 238 = 460 (100%)
R 123 of 460 ~ 26.74%
G 99 of 460 ~ 21.52%
B 238 of 460 ~ 51.74%

%26.74
%21.52
%51.74

CMYK RENK MODELİ

#7B63EE rengi CMYK tonu (48,58,0,7).

  • camgöbeği tonu 48.32%
  • eflatun tonu 58.40%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(48,58,0,7)
C48M58Y0K7 
(48%,58%,0%,7%)
(0.48/0.58/0.00/0.07)	

CMYK yüzdeleri

%48.32
%58.4
%0
%6.67

Codes

Color #7B63EE in popluar color models

7B63EE
RGB12399238
HSL250°80.35%66.08%
HSB/HSV250°58.40%93.33%
CMYK48.32%58.40%0.00%
6.67%

Color #7B63EE in popluar number systems.

HEX7B63EE
Decimal12399238
Binary1111011110001111101110
Octal173143356

Shades and tints

Shades of #7B63EE

#7B63EE
(123,99,238)
#705AD9
(112,90,217)
#6551C4
(101,81,196)
#5A48AF
(90,72,175)
#4F3F9A
(79,63,154)
#443685
(68,54,133)
#392D70
(57,45,112)
#2E245B
(46,36,91)
#231B46
(35,27,70)
#181231
(24,18,49)
#0D091C
(13,9,28)
#000000
(0,0,0)

Tints of #7B63EE

#7B63EE
(123,99,238)
#8771EF
(135,113,239)
#937FF0
(147,127,240)
#9F8DF1
(159,141,241)
#AB9BF2
(171,155,242)
#B7A9F3
(183,169,243)
#C3B7F4
(195,183,244)
#CFC5F5
(207,197,245)
#DBD3F6
(219,211,246)
#E7E1F7
(231,225,247)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B63EE color. Also use rgb(123,99,238) instead hex code.

Text Font Color

.myTextColor { color: #7B63EE; }

<p style="color:#7B63EE">This sample text font color is #7B63EE.</p>

This text font color is #7B63EE.


Background Color

.myBgColor { background-color: #7B63EE; }

<div style="background-color:#7B63EE">Inner text</div>

This div background color is #7B63EE.


Border color

.myBorderColor { border: 1px solid #7B63EE; }

<div style="border:3px solid #7B63EE">Div</div>

This div border color is #7B63EE.


Opacity

.myOpacity80 { color: #7B63EE; opacity: 0.8; }

<p style="color:#7B63EE;opacity:0.8;">80%</p>

Text with #7B63EE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7B63EE;}

<p style="text-shadow: 3px 3px 1px #7B63EE">Text here.</p>

This text has shadow with #7B63EE color.

.textShadow {text-shadow: 3px 3px 1px #7B63EE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7B63EE, 5px 5px 20px red">Text here.</p>

This text has shadow with #7B63EE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7B63EE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7B63EE, Direction=45, Strength=4)">Text</p>

This text has shadow with #7B63EE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7B63EE;
  -webkit-box-shadow:	1px 1px 3px 2px #7B63EE;
  box-shadow:		1px 1px 3px 2px #7B63EE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7B63EE;
-webkit-box-shadow: 1px 1px 3px 2px #7B63EE;
box-shadow:1px 1px 3px 2px #7B63EE;">
Div content here</div>
This div box has shadow with color #7B63EE.

Preview

Color preview on black background

This text has color #7B63EE on black background.


Color preview on white background

This text has color #7B63EE on white background.



Black color preview on #7B63EE background

This text has black color on #7B63EE background.


White color preview on #7B63EE background

This text has white color on #7B63EE background.