#8D959F

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

Shades of Bali Hai #8D959F

Tints of Bali Hai #8D959F

Color information

#8D959F (or 0x8D959F) is unknown color: approx Bali Hai. HEX triplet: 8D, 95 and 9F. RGB value is (141,149,159). Sum of RGB (Red+Green+Blue) = 141+149+159=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D959F is #726A60. Grayscale: #939393. Windows color (decimal): -7498337 or 10458509. OLE color: 10458509.

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

Color convert

RGB141149159-
CMYK0.110.0600.38
HSL213.33º8.57%58.82%-
HSV(B)213.33º11.32%62.35%-
XYZ27.9929.6637.05-
YUV147.75134.35123.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=31.40%
G=33.18%
B=35.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411491590.110.0600.38213.338.5758.82
Hex8D959FB6026d593b
Octal2152252371360463251173
Binary10001101100101011001111110111100100110110101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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