#8E9DA3

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

Shades of Bali Hai #8E9DA3

Tints of Bali Hai #8E9DA3

Color information

#8E9DA3 (or 0x8E9DA3) is unknown color: approx Bali Hai. HEX triplet: 8E, 9D and A3. RGB value is (142,157,163). Sum of RGB (Red+Green+Blue) = 142+157+163=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 163 - color contains mainly: blue. Hex color #8E9DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9DA3 is #71625C. Grayscale: #999999. Windows color (decimal): -7430749 or 10722702. OLE color: 10722702.

HSL color Cylindrical-coordinate representation of color #8E9DA3: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8E9DA3 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB142157163-
CMYK0.130.0400.36
HSL197.14º10.24%59.8%-
HSV(B)197.14º12.88%63.92%-
XYZ29.8232.5139.35-
YUV153.2133.53120.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.74%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 163 (64.06% from 255) = 35.28%
R=30.74%
G=33.98%
B=35.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421571630.130.0400.36197.1410.2459.8
Hex8E9DA3D4024c5a3c
Octal2162352431540443051274
Binary10001110100111011010001111011000100100110001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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