Html Css Color HEX #8E9DAC Bali Hai

📋 copy color: '#8E9DAC'

red 142 ◦ green 157 ◦ blue 172

#8E9DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #8E9DAC

Tints of Bali Hai #8E9DAC

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 value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E9DAC (or 0x8E9DAC) is known color: 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

RGB 142 157 172 -
CMYK 0.17 0.09 0 0.33
HSL 210º 0.15% 0.62% -
HSV(B) 210º 0.17% 0.67% -
XYZ 30.66 32.84 43.75 -
YUV 154.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 142 157 172 0.17 0.09 0 0.33 210 0.15 0.62
Hex 8E 9D AC 11 9 0 21 D2 F 3E
Octal 216 235 254 21 11 0 41 322 17 76
Binary 10001110 10011101 10101100 10001 1001 0 100001 11010010 1111 111110

Color Harmonies of #8E9DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9DAC

Black with #8E9DAC

Text Example


Text Example

White with #8E9DAC

Text Example


Text Example

HTML Codes & Css Web 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>