#8D9DAC

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

Shades of Bali Hai #8D9DAC

Tints of Bali Hai #8D9DAC

Color information

#8D9DAC (or 0x8D9DAC) is unknown color: approx Bali Hai. HEX triplet: 8D, 9D and AC. RGB value is (141,157,172). Sum of RGB (Red+Green+Blue) = 141+157+172=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D9DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9DAC is #726253. Grayscale: #999999. Windows color (decimal): -7496276 or 11312525. OLE color: 11312525.

HSL color Cylindrical-coordinate representation of color #8D9DAC: hue angle of 209.03º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D9DAC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141157172-
CMYK0.180.0900.33
HSL209.03º15.74%61.37%-
HSV(B)209.03º18.02%67.45%-
XYZ30.4932.7643.75-
YUV153.93138.2118.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=30%
G=33.40%
B=36.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411571720.180.0900.33209.0315.7461.37
Hex8D9DAC129021d1103d
Octal21523525422110413212075
Binary10001101100111011010110010010100101000011101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,157,172); }

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

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

 a { background-color: rgb(141,157,172); }

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

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

 span { border-color: rgb(141,157,172); }

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