#8C969F

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

Shades of Bali Hai #8C969F

Tints of Bali Hai #8C969F

Color information

#8C969F (or 0x8C969F) is unknown color: approx Bali Hai. HEX triplet: 8C, 96 and 9F. RGB value is (140,150,159). Sum of RGB (Red+Green+Blue) = 140+150+159=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 150 (58.98% from 255 or 33.41% 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 #8C969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C969F is #736960. Grayscale: #939393. Windows color (decimal): -7563617 or 10458764. OLE color: 10458764.

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

Color convert

RGB140150159-
CMYK0.120.0600.38
HSL208.42º9%58.63%-
HSV(B)208.42º11.95%62.35%-
XYZ27.9829.8937.1-
YUV148.04134.19122.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.18%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=31.18%
G=33.41%
B=35.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401501590.120.0600.38208.42958.63
Hex8C969FC6026d093b
Octal2142262371460463201173
Binary10001100100101101001111111001100100110110100001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,150,159); }

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

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

 a { background-color: rgb(140,150,159); }

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

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

 span { border-color: rgb(140,150,159); }

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