#8496AA

Color #8496AA Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8496AA

Tints of Bali Hai #8496AA

Color information

#8496AA (or 0x8496AA) is unknown color: approx Bali Hai. HEX triplet: 84, 96 and AA. RGB value is (132,150,170). Sum of RGB (Red+Green+Blue) = 132+150+170=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #8496AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8496AA is #7B6955. Grayscale: #929292. Windows color (decimal): -8087894 or 11179652. OLE color: 11179652.

HSL color Cylindrical-coordinate representation of color #8496AA: hue angle of 211.58º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8496AA is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132150170-
CMYK0.220.1200.33
HSL211.58º18.27%59.22%-
HSV(B)211.58º22.35%66.67%-
XYZ27.6829.6242.29-
YUV146.9141.04117.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=29.20%
G=33.19%
B=37.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321501700.220.1200.33211.5818.2759.22
Hex8496AA16C021d4123b
Octal20422625226140413242273
Binary10000100100101101010101010110110001000011101010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8496AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8496AA; }

 p { color: rgb(132,150,170); }

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

<style>
 a { background-color: #8496AA; }

 a { background-color: rgb(132,150,170); }

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

<style>
 span { border-color: #8496AA; }

 span { border-color: rgb(132,150,170); }

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