#8E9DAC

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

Shades of Bali Hai #8E9DAC

Tints of Bali Hai #8E9DAC

Color information

#8E9DAC (or 0x8E9DAC) is unknown color: approx Bali Hai. HEX triplet: 8E, 9D and AC. RGB value is (142,157,172). Sum of RGB (Red+Green+Blue) = 142+157+172=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E9DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9DAC is #716253. Grayscale: #9A9A9A. Windows color (decimal): -7430740 or 11312526. OLE color: 11312526.

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

Color convert

RGB142157172-
CMYK0.170.0900.33
HSL210º15.31%61.57%-
HSV(B)210º17.44%67.45%-
XYZ30.6632.8443.75-
YUV154.22138.03119.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=30.15%
G=33.33%
B=36.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421571720.170.0900.3321015.3161.57
Hex8E9DAC119021d2f3e
Octal21623525421110413221776
Binary1000111010011101101011001000110010100001110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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