#88939F

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

Shades of Bali Hai #88939F

Tints of Bali Hai #88939F

Color information

#88939F (or 0x88939F) is unknown color: approx Bali Hai. HEX triplet: 88, 93 and 9F. RGB value is (136,147,159). Sum of RGB (Red+Green+Blue) = 136+147+159=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 159 - color contains mainly: blue. Hex color #88939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88939F is #776C60. Grayscale: #919191. Windows color (decimal): -7826529 or 10457992. OLE color: 10457992.

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

Color convert

RGB136147159-
CMYK0.140.0800.38
HSL211.3º10.7%57.84%-
HSV(B)211.3º14.47%62.35%-
XYZ26.8528.636.91-
YUV145.08135.86121.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.77%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=30.77%
G=33.26%
B=35.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361471590.140.0800.38211.310.757.84
Hex88939FE8026d3b3a
Octal21022323716100463231372
Binary100010001001001110011111111010000100110110100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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