COLOR #819BBB

HEX: #819BBB RGB: (129,155,187)

Color info

#819BBB contains red, green and blue colors in about the same proportion. Web safe color of #819BBB is #9999CC (or #99C).

RGB color model

#819BBB color RGB value is (129,155,187).

RGB: (129,155,187) (51%, 61%, 73%)

RGB channels and saturation

R 129 of 255 = 51%
G 155 of 255 = 61%
B 187 of 255 = 73%

129
155
187

R + G + B ~ 62%. #819BBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 155 + 187 = 471 (100%)
R 129 of 471 ~ 27.39%
G 155 of 471 ~ 32.91%
B 187 of 471 ~ 39.7'%

%27.39
%32.91
%39.7

CMYK color model

#819BBB color CMYK value is (31,17,0,27).

  • cyan value is 31.02%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (31,17,0,27)
C31M17Y0K27 (31%, 17%, 0%, 27%)
(0.31 / 0.17 / 0.00 / 0.27)

CMYK percentages

%31.02
%17.11
%0
%26.67

Codes

Color #819BBB in popluar color models

81 9B BB
RGB 129 155 187
HSL 213° 29.90% 61.96%
HSB/HSV 213° 31.02% 73.33%
CMYK 31.02% 17.11% 0.00%
26.67%

Color #819BBB in popluar number systems.

HEX 81 9B BB
Decimal 129 155 187
Binary 10000001 10011011 10111011
Octal 201 233 273

Shades and tints

Shades of #819BBB

#819BBB
(129,155,187)
#768DAA
(118,141,170)
#6B7F99
(107,127,153)
#607188
(96,113,136)
#556377
(85,99,119)
#4A5566
(74,85,102)
#3F4755
(63,71,85)
#343944
(52,57,68)
#292B33
(41,43,51)
#1E1D22
(30,29,34)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #819BBB

#819BBB
(129,155,187)
#8CA4C1
(140,164,193)
#97ADC7
(151,173,199)
#A2B6CD
(162,182,205)
#ADBFD3
(173,191,211)
#B8C8D9
(184,200,217)
#C3D1DF
(195,209,223)
#CEDAE5
(206,218,229)
#D9E3EB
(217,227,235)
#E4ECF1
(228,236,241)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819BBB color. Also use rgb(129,155,187) instead hex code.

Text Font Color

.myTextColor { color: #819BBB; }

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

This text font color is #819BBB.

Background Color

.myBgColor { background-color: #819BBB; }

<div style="background-color:#819BBB">Inner text</div>

This div background color is #819BBB.

Border color

.myBorderColor { border: 1px solid #819BBB; }

<div style="border:3px solid #819BBB">Div</div>

This div border color is #819BBB.

Opacity

.myOpacity80 { color: #819BBB; opacity: 0.8; }

<p style="color:#819BBB;opacity:0.8;">80%</p>

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

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

This text has shadow with #819BBB color.


.textShadow {text-shadow: 3px 3px 1px #819BBB', 3px 3px 1px red;}

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

This text has shadow with #819BBB primary color and red secondary color.


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

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

This text has shadow with #819BBB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #819BBB; -webkit-box-shadow: 1px 1px 3px 2px #819BBB; box-shadow:1px 1px 3px 2px #819BBB;">
Div content here
</div>

This div box has shadow with color #819BBB.

Preview

Color preview on black background

This text has color #819BBB on black background.


Color preview on white background

This text has color #819BBB on white background.


Black color preview on #819BBB background

This text has black color on #819BBB background.


White color preview on #819BBB background

This text has white color on #819BBB background.


Related colors

Complementary color

Complementary color for #hex is #7E6444.


I love getcolorcode.com

Triadic colors

1 #BB819B and #9BBB81 with #819BBB are triadic colors.

2 #BB9B81 and #9B81BB with #819BBB are triadic colors.