#818DC9

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

Shades of Wild Blue Yonder #818DC9

Tints of Wild Blue Yonder #818DC9

Color information

#818DC9 (or 0x818DC9) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8D and C9. RGB value is (129,141,201). Sum of RGB (Red+Green+Blue) = 129+141+201=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #818DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DC9 is #7E7236. Grayscale: #909090. Windows color (decimal): -8286775 or 13208961. OLE color: 13208961.

HSL color Cylindrical-coordinate representation of color #818DC9: hue angle of 230º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #818DC9 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129141201-
CMYK0.360.3000.21
HSL230º40%64.71%-
HSV(B)230º35.82%78.82%-
XYZ29.1227.9359.12-
YUV144.25160.02117.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=27.39%
G=29.94%
B=42.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291412010.360.3000.212304064.71
Hex818DC9241E015e62841
Octal201215311443602534650101
Binary10000001100011011100100110010011110010101111001101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,141,201); }

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

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

 a { background-color: rgb(129,141,201); }

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

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

 span { border-color: rgb(129,141,201); }

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