COLOR #7F83DB

HEX: #7F83DB
RGB: (127,131,219)

Color info

#7F83DB contains mainly blue color. Web safe color of #7F83DB is #6699CC (or #69C).

RGB color model

#7F83DB color RGB value is (127,131,219).

  • red value is 127;
  • green value is 131;
  • blue value is 219.
RGB:
(127,131,219)
(50%,51%,86%)

RGB channels and saturation

R 127 of 255 = 50%
G 131 of 255 = 51%
B 219 of 255 = 86%

127
131
219

R + G + B ~ 62%. #7F83DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 131 + 219 = 477 (100%)
R 127 of 477 ~ 26.62%
G 131 of 477 ~ 27.46%
B 219 of 477 ~ 45.91%

%26.62
%27.46
%45.91

CMYK color model

#7F83DB color CMYK value is (42,40,0,14).

  • cyan value is 42.01%
  • magenta value is 40.18%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(42,40,0,14)
C42M40Y0K14 
(42%,40%,0%,14%)
(0.42/0.40/0.00/0.14)	

CMYK percentages

%42.01
%40.18
%0
%14.12

Codes

Color #7F83DB in popluar color models

7F83DB
RGB127131219
HSL237°56.10%67.84%
HSB/HSV237°42.01%85.88%
CMYK42.01%40.18%0.00%
14.12%

Color #7F83DB in popluar number systems.

HEX7F83DB
Decimal127131219
Binary11111111000001111011011
Octal177203333

Shades and tints

Shades of #7F83DB

#7F83DB
(127,131,219)
#7478C8
(116,120,200)
#696DB5
(105,109,181)
#5E62A2
(94,98,162)
#53578F
(83,87,143)
#484C7C
(72,76,124)
#3D4169
(61,65,105)
#323656
(50,54,86)
#272B43
(39,43,67)
#1C2030
(28,32,48)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #7F83DB

#7F83DB
(127,131,219)
#8A8EDE
(138,142,222)
#9599E1
(149,153,225)
#A0A4E4
(160,164,228)
#ABAFE7
(171,175,231)
#B6BAEA
(182,186,234)
#C1C5ED
(193,197,237)
#CCD0F0
(204,208,240)
#D7DBF3
(215,219,243)
#E2E6F6
(226,230,246)
#EDF1F9
(237,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F83DB color. Also use rgb(127,131,219) instead hex code.

Text Font Color

.myTextColor { color: #7F83DB; }

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

This text font color is #7F83DB.


Background Color

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

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

This div background color is #7F83DB.


Border color

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

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

This div border color is #7F83DB.


Opacity

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

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

Text with #7F83DB 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 #7F83DB;}

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

This text has shadow with #7F83DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F83DB on black background.


Color preview on white background

This text has color #7F83DB on white background.



Black color preview on #7F83DB background

This text has black color on #7F83DB background.


White color preview on #7F83DB background

This text has white color on #7F83DB background.