Html Css Color HEX #8E9CAA Bali Hai

📋 copy color: '#8E9CAA'

red 142 ◦ green 156 ◦ blue 170

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

Shades of Bali Hai #8E9CAA

Tints of Bali Hai #8E9CAA

RGB

 RED value IS 142 (55.86% from 255) = 30.34%

 GREEN value IS 156 (61.33% from 255) = 33.33%

 BLUE value IS 170 (66.8% from 255) = 36.32%

R = 30.34%
G = 33.33%
B = 36.32%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E9CAA (or 0x8E9CAA) is known color: Bali Hai. HEX triplet: 8E, 9C and AA. RGB value is (142,156,170). Sum of RGB (Red+Green+Blue) = 142+156+170=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9CAA is #716355. Grayscale: #999999. Windows color (decimal): -7430998 or 11181198. OLE color: 11181198.

HSL color Cylindrical-coordinate representation of color #8E9CAA: hue angle of 210º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E9CAA is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 156 170 -
CMYK 0.16 0.08 0 0.33
HSL 210º 0.14% 0.61% -
HSV(B) 210º 0.16% 0.67% -
XYZ 30.3 32.43 42.69 -
YUV 153.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 142 156 170 0.16 0.08 0 0.33 210 0.14 0.61
Hex 8E 9C AA 10 8 0 21 D2 E 3D
Octal 216 234 252 20 10 0 41 322 16 75
Binary 10001110 10011100 10101010 10000 1000 0 100001 11010010 1110 111101

Color Harmonies of #8E9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9CAA

Black with #8E9CAA

Text Example


Text Example

White with #8E9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,156,170); }

 H1.HeaderClassName
 {
   color: #8E9CAA;
 }
 .AnyTagClassName
 {
   color: #8E9CAA;
 }
</style>

background-color css

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

 a { background-color: rgb(142,156,170); }

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

border-color css

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

 span { border-color: rgb(142,156,170); }

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