Html Css Color HEX #8E9FAB Bali Hai

📋 copy color: '#8E9FAB'

red 142 ◦ green 159 ◦ blue 171

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

Shades of Bali Hai #8E9FAB

Tints of Bali Hai #8E9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.69%

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 30.08%
G = 33.69%
B = 36.23%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E9FAB (or 0x8E9FAB) is known color: Bali Hai. HEX triplet: 8E, 9F and AB. RGB value is (142,159,171). Sum of RGB (Red+Green+Blue) = 142+159+171=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9FAB is #716054. Grayscale: #9B9B9B. Windows color (decimal): -7430229 or 11247502. OLE color: 11247502.

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

Color convert

RGB 142 159 171 -
CMYK 0.17 0.07 0 0.33
HSL 204.83º 0.15% 0.61% -
HSV(B) 204.83º 0.17% 0.67% -
XYZ 30.9 33.49 43.36 -
YUV 155.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 142 159 171 0.17 0.07 0 0.33 204.83 0.15 0.61
Hex 8E 9F AB 11 7 0 21 CD F 3D
Octal 216 237 253 21 7 0 41 315 17 75
Binary 10001110 10011111 10101011 10001 111 0 100001 11001101 1111 111101

Color Harmonies of #8E9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9FAB

Black with #8E9FAB

Text Example


Text Example

White with #8E9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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