#818BB8

Color #818BB8 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #818BB8

Tints of Wild Blue Yonder #818BB8

Color information

#818BB8 (or 0x818BB8) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8B and B8. RGB value is (129,139,184). Sum of RGB (Red+Green+Blue) = 129+139+184=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 184 - color contains mainly: blue. Hex color #818BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BB8 is #7E7447. Grayscale: #8C8C8C. Windows color (decimal): -8287304 or 12094337. OLE color: 12094337.

HSL color Cylindrical-coordinate representation of color #818BB8: hue angle of 229.09º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #818BB8 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB129139184-
CMYK0.300.2400.28
HSL229.09º27.92%61.37%-
HSV(B)229.09º29.89%72.16%-
XYZ26.9426.5949.06-
YUV141.14152.19119.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 184 (72.27% from 255) = 40.71%
R=28.54%
G=30.75%
B=40.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291391840.300.2400.28229.0927.9261.37
Hex818BB81E1801Ce51c3d
Octal20121327036300343453475
Binary10000001100010111011100011110110000111001110010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #818BB8;
 }
 .AnyTagClassName
 {
   color: #818BB8;
 }
</style>
background-color css

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

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

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

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

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

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