#88959C

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

Shades of Bali Hai #88959C

Tints of Bali Hai #88959C

Color information

#88959C (or 0x88959C) is unknown color: approx Bali Hai. HEX triplet: 88, 95 and 9C. RGB value is (136,149,156). Sum of RGB (Red+Green+Blue) = 136+149+156=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #88959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88959C is #776A63. Grayscale: #919191. Windows color (decimal): -7826020 or 10261896. OLE color: 10261896.

HSL color Cylindrical-coordinate representation of color #88959C: hue angle of 201º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88959C is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136149156-
CMYK0.130.0400.39
HSL201º9.17%57.25%-
HSV(B)201º12.82%61.18%-
XYZ26.929.1335.66-
YUV145.91133.69120.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.84%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=30.84%
G=33.79%
B=35.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361491560.130.0400.392019.1757.25
Hex88959CD4027c9939
Octal2102252341540473111171
Binary10001000100101011001110011011000100111110010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88959C; }

 p { color: rgb(136,149,156); }

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

<style>
 a { background-color: #88959C; }

 a { background-color: rgb(136,149,156); }

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

<style>
 span { border-color: #88959C; }

 span { border-color: rgb(136,149,156); }

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