#818AC9

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

Shades of Wild Blue Yonder #818AC9

Tints of Wild Blue Yonder #818AC9

Color information

#818AC9 (or 0x818AC9) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8A and C9. RGB value is (129,138,201). Sum of RGB (Red+Green+Blue) = 129+138+201=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #818AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818AC9 is #7E7536. Grayscale: #8E8E8E. Windows color (decimal): -8287543 or 13208193. OLE color: 13208193.

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

Color convert

RGB129138201-
CMYK0.360.3100.21
HSL232.5º40%64.71%-
HSV(B)232.5º35.82%78.82%-
XYZ28.6827.0658.97-
YUV142.49161.02118.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.56%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 201 (78.91% from 255) = 42.95%
R=27.56%
G=29.49%
B=42.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291382010.360.3100.21232.54064.71
Hex818AC9241F015e82841
Octal201212311443702535050101
Binary10000001100010101100100110010011111010101111010001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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