#8F999D

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

Shades of Bali Hai #8F999D

Tints of Bali Hai #8F999D

Color information

#8F999D (or 0x8F999D) is unknown color: approx Bali Hai. HEX triplet: 8F, 99 and 9D. RGB value is (143,153,157). Sum of RGB (Red+Green+Blue) = 143+153+157=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F999D is #706662. Grayscale: #969696. Windows color (decimal): -7366243 or 10328463. OLE color: 10328463.

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

Color convert

RGB143153157-
CMYK0.090.0300.38
HSL197.14º6.67%58.82%-
HSV(B)197.14º8.92%61.57%-
XYZ28.831.0636.37-
YUV150.47131.69122.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.57%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=31.57%
G=33.77%
B=34.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431531570.090.0300.38197.146.6758.82
Hex8F999D93026c573b
Octal217231235113046305773
Binary100011111001100110011101100111010011011000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,153,157); }

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

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

 a { background-color: rgb(143,153,157); }

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

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

 span { border-color: rgb(143,153,157); }

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