#8D9AA0

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

Shades of Bali Hai #8D9AA0

Tints of Bali Hai #8D9AA0

Color information

#8D9AA0 (or 0x8D9AA0) is unknown color: approx Bali Hai. HEX triplet: 8D, 9A and A0. RGB value is (141,154,160). Sum of RGB (Red+Green+Blue) = 141+154+160=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 160 - color contains mainly: blue. Hex color #8D9AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9AA0 is #72655F. Grayscale: #969696. Windows color (decimal): -7497056 or 10525325. OLE color: 10525325.

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

Color convert

RGB141154160-
CMYK0.120.0400.37
HSL198.95º9.09%59.02%-
HSV(B)198.95º11.87%62.75%-
XYZ28.8931.3137.78-
YUV150.8133.19121.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=30.99%
G=33.85%
B=35.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1411541600.120.0400.37198.959.0959.02
Hex8D9AA0C4025c793b
Octal2152322401440453071173
Binary10001101100110101010000011001000100101110001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,154,160); }

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

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

 a { background-color: rgb(141,154,160); }

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

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

 span { border-color: rgb(141,154,160); }

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