#8F989D

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

Shades of Bali Hai #8F989D

Tints of Bali Hai #8F989D

Color information

#8F989D (or 0x8F989D) is unknown color: approx Bali Hai. HEX triplet: 8F, 98 and 9D. RGB value is (143,152,157). Sum of RGB (Red+Green+Blue) = 143+152+157=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F989D is #706762. Grayscale: #959595. Windows color (decimal): -7366499 or 10328207. OLE color: 10328207.

HSL color Cylindrical-coordinate representation of color #8F989D: hue angle of 201.43º 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 #8F989D is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB143152157-
CMYK0.090.0300.38
HSL201.43º6.67%58.82%-
HSV(B)201.43º8.92%61.57%-
XYZ28.6430.7336.32-
YUV149.88132.02123.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.64%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=31.64%
G=33.63%
B=34.73%

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
Decimal1431521570.090.0300.38201.436.6758.82
Hex8F989D93026c973b
Octal217230235113046311773
Binary100011111001100010011101100111010011011001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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