#8D969F

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

Shades of Bali Hai #8D969F

Tints of Bali Hai #8D969F

Color information

#8D969F (or 0x8D969F) is unknown color: approx Bali Hai. HEX triplet: 8D, 96 and 9F. RGB value is (141,150,159). Sum of RGB (Red+Green+Blue) = 141+150+159=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D969F is #726960. Grayscale: #949494. Windows color (decimal): -7498081 or 10458765. OLE color: 10458765.

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

Color convert

RGB141150159-
CMYK0.110.0600.38
HSL210º8.57%58.82%-
HSV(B)210º11.32%62.35%-
XYZ28.1529.9837.1-
YUV148.34134.02122.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.33%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=31.33%
G=33.33%
B=35.33%

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
Decimal1411501590.110.0600.382108.5758.82
Hex8D969FB6026d293b
Octal2152262371360463221173
Binary10001101100101101001111110111100100110110100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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