Html Css Color HEX #8E969B Bali Hai

📋 copy color: '#8E969B'

red 142 ◦ green 150 ◦ blue 155

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

Shades of Bali Hai #8E969B

Tints of Bali Hai #8E969B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 31.77%
G = 33.56%
B = 34.68%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E969B (or 0x8E969B) is known color: Bali Hai. HEX triplet: 8E, 96 and 9B. RGB value is (142,150,155). Sum of RGB (Red+Green+Blue) = 142+150+155=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E969B is #716964. Grayscale: #949494. Windows color (decimal): -7432549 or 10196622. OLE color: 10196622.

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

Color convert

RGB 142 150 155 -
CMYK 0.08 0.03 0 0.39
HSL 203.08º 0.06% 0.58% -
HSV(B) 203.08º 0.08% 0.61% -
XYZ 27.98 29.93 35.31 -
YUV 148.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 142 150 155 0.08 0.03 0 0.39 203.08 0.06 0.58
Hex 8E 96 9B 8 3 0 27 CB 6 3A
Octal 216 226 233 10 3 0 47 313 6 72
Binary 10001110 10010110 10011011 1000 11 0 100111 11001011 110 111010

Color Harmonies of #8E969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E969B

Black with #8E969B

Text Example


Text Example

White with #8E969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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