#8796AA

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

Shades of Bali Hai #8796AA

Tints of Bali Hai #8796AA

Color information

#8796AA (or 0x8796AA) is unknown color: approx Bali Hai. HEX triplet: 87, 96 and AA. RGB value is (135,150,170). Sum of RGB (Red+Green+Blue) = 135+150+170=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #8796AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8796AA is #786955. Grayscale: #939393. Windows color (decimal): -7891286 or 11179655. OLE color: 11179655.

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

Color convert

RGB135150170-
CMYK0.210.1200.33
HSL214.29º17.07%59.8%-
HSV(B)214.29º20.59%66.67%-
XYZ28.1529.8742.31-
YUV147.79140.53118.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.67%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=29.67%
G=32.97%
B=37.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351501700.210.1200.33214.2917.0759.8
Hex8796AA15C021d6113c
Octal20722625225140413262174
Binary10000111100101101010101010101110001000011101011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8796AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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