Html Css Color HEX #8E969A Bali Hai

📋 copy color: '#8E969A'

red 142 ◦ green 150 ◦ blue 154

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

Shades of Bali Hai #8E969A

Tints of Bali Hai #8E969A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.63%

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 31.84%
G = 33.63%
B = 34.53%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E969A (or 0x8E969A) is known color: Bali Hai. HEX triplet: 8E, 96 and 9A. RGB value is (142,150,154). Sum of RGB (Red+Green+Blue) = 142+150+154=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E969A is #716965. Grayscale: #949494. Windows color (decimal): -7432550 or 10131086. OLE color: 10131086.

HSL color Cylindrical-coordinate representation of color #8E969A: hue angle of 200º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E969A is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 150 154 -
CMYK 0.08 0.03 0 0.40
HSL 200º 0.06% 0.58% -
HSV(B) 200º 0.08% 0.6% -
XYZ 27.89 29.9 34.87 -
YUV 148.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 142 150 154 0.08 0.03 0 0.40 200 0.06 0.58
Hex 8E 96 9A 8 3 0 28 C8 6 3A
Octal 216 226 232 10 3 0 50 310 6 72
Binary 10001110 10010110 10011010 1000 11 0 101000 11001000 110 111010

Color Harmonies of #8E969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E969A

Black with #8E969A

Text Example


Text Example

White with #8E969A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,150,154); }

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

background-color css

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

 a { background-color: rgb(142,150,154); }

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

border-color css

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

 span { border-color: rgb(142,150,154); }

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