#8E9FA4

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

Shades of Bali Hai #8E9FA4

Tints of Bali Hai #8E9FA4

Color information

#8E9FA4 (or 0x8E9FA4) is unknown color: approx Bali Hai. HEX triplet: 8E, 9F and A4. RGB value is (142,159,164). Sum of RGB (Red+Green+Blue) = 142+159+164=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E9FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9FA4 is #71605B. Grayscale: #9A9A9A. Windows color (decimal): -7430236 or 10788750. OLE color: 10788750.

HSL color Cylindrical-coordinate representation of color #8E9FA4: hue angle of 193.64º degrees, saturation: 0.11, 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 #8E9FA4 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB142159164-
CMYK0.130.0300.36
HSL193.64º10.78%60%-
HSV(B)193.64º13.41%64.31%-
XYZ30.2533.2339.94-
YUV154.49133.37119.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.54%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=30.54%
G=34.19%
B=35.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421591640.130.0300.36193.6410.7860
Hex8E9FA4D3024c2b3c
Octal2162372441530443021374
Binary1000111010011111101001001101110100100110000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,159,164); }

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

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

 a { background-color: rgb(142,159,164); }

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

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

 span { border-color: rgb(142,159,164); }

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