Html Css Color HEX #818BB9 Wild Blue Yonder

📋 copy color: '#818BB9'

red 129 ◦ green 139 ◦ blue 185

#818BB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #818BB9

Tints of Wild Blue Yonder #818BB9

RGB

 RED value IS 129 (50.78% from 255) = 28.48%

 GREEN value IS 139 (54.69% from 255) = 30.68%

 BLUE value IS 185 (72.66% from 255) = 40.84%

R = 28.48%
G = 30.68%
B = 40.84%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#818BB9 (or 0x818BB9) is known color: Wild Blue Yonder. HEX triplet: 81, 8B and B9. RGB value is (129,139,185). Sum of RGB (Red+Green+Blue) = 129+139+185=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #818BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BB9 is #7E7446. Grayscale: #8D8D8D. Windows color (decimal): -8287303 or 12159873. OLE color: 12159873.

HSL color Cylindrical-coordinate representation of color #818BB9: hue angle of 229.29º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #818BB9 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 139 185 -
CMYK 0.30 0.25 0 0.27
HSL 229.29º 0.29% 0.62% -
HSV(B) 229.29º 0.3% 0.73% -
XYZ 27.04 26.64 49.61 -
YUV 141.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 129 139 185 0.30 0.25 0 0.27 229.29 0.29 0.62
Hex 81 8B B9 1E 19 0 1B E5 1D 3E
Octal 201 213 271 36 31 0 33 345 35 76
Binary 10000001 10001011 10111001 11110 11001 0 11011 11100101 11101 111110

Color Harmonies of #818BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BB9

Black with #818BB9

Text Example


Text Example

White with #818BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818BB9; }

 p { color: rgb(129,139,185); }

 H1.HeaderClassName
 {
   color: #818BB9;
 }
 .AnyTagClassName
 {
   color: #818BB9;
 }
</style>

background-color css

<style>
 a { background-color: #818BB9; }

 a { background-color: rgb(129,139,185); }

 div.DivClassName
 {
   background-color: #818BB9;
 }
 .BgClassName
 {
   background-color: #818BB9;
 }
</style>

border-color css

<style>
 span { border-color: #818BB9; }

 span { border-color: rgb(129,139,185); }

 td.TdClassName
 {
   border-color: #818BB9;
 }
 .TagClassName
 {
   border-color: #818BB9;
 }
</style>