#88989F

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

Shades of Bali Hai #88989F

Tints of Bali Hai #88989F

Color information

#88989F (or 0x88989F) is unknown color: approx Bali Hai. HEX triplet: 88, 98 and 9F. RGB value is (136,152,159). Sum of RGB (Red+Green+Blue) = 136+152+159=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 159 - color contains mainly: blue. Hex color #88989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88989F is #776760. Grayscale: #939393. Windows color (decimal): -7825249 or 10459272. OLE color: 10459272.

HSL color Cylindrical-coordinate representation of color #88989F: hue angle of 198.26º 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 #88989F is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB136152159-
CMYK0.140.0400.38
HSL198.26º10.7%57.84%-
HSV(B)198.26º14.47%62.35%-
XYZ27.6430.1937.17-
YUV148.01134.2119.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.43%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=30.43%
G=34.00%
B=35.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361521590.140.0400.38198.2610.757.84
Hex88989FE4026c6b3a
Octal2102302371640463061372
Binary10001000100110001001111111101000100110110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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