#8496AC

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

Shades of Bali Hai #8496AC

Tints of Bali Hai #8496AC

Color information

#8496AC (or 0x8496AC) is unknown color: approx Bali Hai. HEX triplet: 84, 96 and AC. RGB value is (132,150,172). Sum of RGB (Red+Green+Blue) = 132+150+172=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #8496AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8496AC is #7B6953. Grayscale: #939393. Windows color (decimal): -8087892 or 11310724. OLE color: 11310724.

HSL color Cylindrical-coordinate representation of color #8496AC: hue angle of 213º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8496AC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132150172-
CMYK0.230.1300.33
HSL213º19.42%59.61%-
HSV(B)213º23.26%67.45%-
XYZ27.8729.743.29-
YUV147.13142.04117.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.07%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=29.07%
G=33.04%
B=37.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321501720.230.1300.3321319.4259.61
Hex8496AC17D021d5133c
Octal20422625427150413252374
Binary10000100100101101010110010111110101000011101010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8496AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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