#818CC9

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

Shades of Wild Blue Yonder #818CC9

Tints of Wild Blue Yonder #818CC9

Color information

#818CC9 (or 0x818CC9) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8C and C9. RGB value is (129,140,201). Sum of RGB (Red+Green+Blue) = 129+140+201=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #818CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CC9 is #7E7336. Grayscale: #8F8F8F. Windows color (decimal): -8287031 or 13208705. OLE color: 13208705.

HSL color Cylindrical-coordinate representation of color #818CC9: hue angle of 230.83º 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 #818CC9 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129140201-
CMYK0.360.3000.21
HSL230.83º40%64.71%-
HSV(B)230.83º35.82%78.82%-
XYZ28.9727.6459.07-
YUV143.66160.36117.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.45%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 201 (78.91% from 255) = 42.77%
R=27.45%
G=29.79%
B=42.77%

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
Decimal1291402010.360.3000.21230.834064.71
Hex818CC9241E015e72841
Octal201214311443602534750101
Binary10000001100011001100100110010011110010101111001111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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