#8E9FAD

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

Shades of Bali Hai #8E9FAD

Tints of Bali Hai #8E9FAD

Color information

#8E9FAD (or 0x8E9FAD) is unknown color: approx Bali Hai. HEX triplet: 8E, 9F and AD. RGB value is (142,159,173). Sum of RGB (Red+Green+Blue) = 142+159+173=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E9FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9FAD is #716052. Grayscale: #9B9B9B. Windows color (decimal): -7430227 or 11378574. OLE color: 11378574.

HSL color Cylindrical-coordinate representation of color #8E9FAD: hue angle of 207.1º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E9FAD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB142159173-
CMYK0.180.0800.32
HSL207.1º15.9%61.76%-
HSV(B)207.1º17.92%67.84%-
XYZ31.133.5644.37-
YUV155.51137.87118.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=29.96%
G=33.54%
B=36.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421591730.180.0800.32207.115.961.76
Hex8E9FAD128020cf103e
Octal21623725522100403172076
Binary10001110100111111010110110010100001000001100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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