#88939C

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

Shades of Bali Hai #88939C

Tints of Bali Hai #88939C

Color information

#88939C (or 0x88939C) is unknown color: approx Bali Hai. HEX triplet: 88, 93 and 9C. RGB value is (136,147,156). Sum of RGB (Red+Green+Blue) = 136+147+156=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 156 - color contains mainly: blue. Hex color #88939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88939C is #776C63. Grayscale: #909090. Windows color (decimal): -7826532 or 10261384. OLE color: 10261384.

HSL color Cylindrical-coordinate representation of color #88939C: hue angle of 207º 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 #88939C is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136147156-
CMYK0.130.0600.39
HSL207º9.17%57.25%-
HSV(B)207º12.82%61.18%-
XYZ26.5928.535.55-
YUV144.74134.36121.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=30.98%
G=33.49%
B=35.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361471560.130.0600.392079.1757.25
Hex88939CD6027cf939
Octal2102232341560473171171
Binary10001000100100111001110011011100100111110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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