#8496AB

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

Shades of Bali Hai #8496AB

Tints of Bali Hai #8496AB

Color information

#8496AB (or 0x8496AB) is unknown color: approx Bali Hai. HEX triplet: 84, 96 and AB. RGB value is (132,150,171). Sum of RGB (Red+Green+Blue) = 132+150+171=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #8496AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8496AB is #7B6954. Grayscale: #929292. Windows color (decimal): -8087893 or 11245188. OLE color: 11245188.

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

Color convert

RGB132150171-
CMYK0.230.1200.33
HSL212.31º18.84%59.41%-
HSV(B)212.31º22.81%67.06%-
XYZ27.7729.6642.79-
YUV147.01141.54117.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.14%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=29.14%
G=33.11%
B=37.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321501710.230.1200.33212.3118.8459.41
Hex8496AB17C021d4133b
Octal20422625327140413242373
Binary10000100100101101010101110111110001000011101010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8496AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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