#818AB0

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

Shades of Wild Blue Yonder #818AB0

Tints of Wild Blue Yonder #818AB0

Color information

#818AB0 (or 0x818AB0) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8A and B0. RGB value is (129,138,176). Sum of RGB (Red+Green+Blue) = 129+138+176=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 176 - color contains mainly: blue. Hex color #818AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818AB0 is #7E754F. Grayscale: #8B8B8B. Windows color (decimal): -8287568 or 11569793. OLE color: 11569793.

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

Color convert

RGB129138176-
CMYK0.270.2200.31
HSL228.51º22.93%59.8%-
HSV(B)228.51º26.7%69.02%-
XYZ25.9825.9844.72-
YUV139.64148.52120.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=29.12%
G=31.15%
B=39.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291381760.270.2200.31228.5122.9359.8
Hex818AB01B1601Fe5173c
Octal20121226033260373452774
Binary10000001100010101011000011011101100111111110010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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