#818AAF

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

Shades of Wild Blue Yonder #818AAF

Tints of Wild Blue Yonder #818AAF

Color information

#818AAF (or 0x818AAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8A and AF. RGB value is (129,138,175). Sum of RGB (Red+Green+Blue) = 129+138+175=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #818AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818AAF is #7E7550. Grayscale: #8B8B8B. Windows color (decimal): -8287569 or 11504257. OLE color: 11504257.

HSL color Cylindrical-coordinate representation of color #818AAF: hue angle of 228.26º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #818AAF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129138175-
CMYK0.260.2100.31
HSL228.26º22.33%59.61%-
HSV(B)228.26º26.29%68.63%-
XYZ25.8825.9444.2-
YUV139.53148.02120.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=29.19%
G=31.22%
B=39.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291381750.260.2100.31228.2622.3359.61
Hex818AAF1A1501Fe4163c
Octal20121225732250373442674
Binary10000001100010101010111111010101010111111110010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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