#8E9FAF

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

Shades of Bali Hai #8E9FAF

Tints of Bali Hai #8E9FAF

Color information

#8E9FAF (or 0x8E9FAF) is unknown color: approx Bali Hai. HEX triplet: 8E, 9F and AF. RGB value is (142,159,175). Sum of RGB (Red+Green+Blue) = 142+159+175=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E9FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9FAF is #716050. Grayscale: #9B9B9B. Windows color (decimal): -7430225 or 11509646. OLE color: 11509646.

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

Color convert

RGB142159175-
CMYK0.190.0900.31
HSL209.09º17.1%62.16%-
HSV(B)209.09º18.86%68.63%-
XYZ31.2933.6445.4-
YUV155.74138.87118.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=29.83%
G=33.40%
B=36.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421591750.190.0900.31209.0917.162.16
Hex8E9FAF13901Fd1113e
Octal21623725723110373212176
Binary1000111010011111101011111001110010111111101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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