#8496AE

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

Shades of Bali Hai #8496AE

Tints of Bali Hai #8496AE

Color information

#8496AE (or 0x8496AE) is unknown color: approx Bali Hai. HEX triplet: 84, 96 and AE. RGB value is (132,150,174). Sum of RGB (Red+Green+Blue) = 132+150+174=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #8496AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8496AE is #7B6951. Grayscale: #939393. Windows color (decimal): -8087890 or 11441796. OLE color: 11441796.

HSL color Cylindrical-coordinate representation of color #8496AE: hue angle of 214.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8496AE is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132150174-
CMYK0.240.1400.32
HSL214.29º20.59%60%-
HSV(B)214.29º24.14%68.24%-
XYZ28.0629.7744.31-
YUV147.35143.04117.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.95%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=28.95%
G=32.89%
B=38.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321501740.240.1400.32214.2920.5960
Hex8496AE18E020d6153c
Octal20422625630160403262574
Binary10000100100101101010111011000111001000001101011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8496AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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