#8796A7

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

Shades of Bali Hai #8796A7

Tints of Bali Hai #8796A7

Color information

#8796A7 (or 0x8796A7) is unknown color: approx Bali Hai. HEX triplet: 87, 96 and A7. RGB value is (135,150,167). Sum of RGB (Red+Green+Blue) = 135+150+167=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 167 - color contains mainly: blue. Hex color #8796A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8796A7 is #786958. Grayscale: #939393. Windows color (decimal): -7891289 or 10983047. OLE color: 10983047.

HSL color Cylindrical-coordinate representation of color #8796A7: hue angle of 211.88º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8796A7 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB135150167-
CMYK0.190.1000.35
HSL211.88º15.38%59.22%-
HSV(B)211.88º19.16%65.49%-
XYZ27.8729.7540.83-
YUV147.45139.03119.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.87%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 167 (65.62% from 255) = 36.95%
R=29.87%
G=33.19%
B=36.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351501670.190.1000.35211.8815.3859.22
Hex8796A713A023d4f3b
Octal20722624723120433241773
Binary1000011110010110101001111001110100100011110101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8796A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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