#8D9599

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

Shades of Bali Hai #8D9599

Tints of Bali Hai #8D9599

Color information

#8D9599 (or 0x8D9599) is unknown color: approx Bali Hai. HEX triplet: 8D, 95 and 99. RGB value is (141,149,153). Sum of RGB (Red+Green+Blue) = 141+149+153=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D9599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9599 is #726A66. Grayscale: #939393. Windows color (decimal): -7498343 or 10065293. OLE color: 10065293.

HSL color Cylindrical-coordinate representation of color #8D9599: hue angle of 200º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D9599 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB141149153-
CMYK0.080.0300.4
HSL200º5.56%57.65%-
HSV(B)200º7.84%60%-
XYZ27.4829.4634.37-
YUV147.06131.35123.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 153 (60.16% from 255) = 34.54%
R=31.83%
G=33.63%
B=34.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1411491530.080.0300.42005.5657.65
Hex8D959983028c863a
Octal215225231103050310672
Binary100011011001010110011001100011010100011001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D9599; }

 p { color: rgb(141,149,153); }

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

<style>
 a { background-color: #8D9599; }

 a { background-color: rgb(141,149,153); }

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

<style>
 span { border-color: #8D9599; }

 span { border-color: rgb(141,149,153); }

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