#88959F

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

Shades of Bali Hai #88959F

Tints of Bali Hai #88959F

Color information

#88959F (or 0x88959F) is unknown color: approx Bali Hai. HEX triplet: 88, 95 and 9F. RGB value is (136,149,159). Sum of RGB (Red+Green+Blue) = 136+149+159=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 159 - color contains mainly: blue. Hex color #88959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88959F is #776A60. Grayscale: #929292. Windows color (decimal): -7826017 or 10458504. OLE color: 10458504.

HSL color Cylindrical-coordinate representation of color #88959F: hue angle of 206.09º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88959F is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB136149159-
CMYK0.140.0600.38
HSL206.09º10.7%57.84%-
HSV(B)206.09º14.47%62.35%-
XYZ27.1629.2337.01-
YUV146.25135.19120.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.63%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=30.63%
G=33.56%
B=35.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361491590.140.0600.38206.0910.757.84
Hex88959FE6026ceb3a
Octal2102252371660463161372
Binary10001000100101011001111111101100100110110011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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