Html Css Color HEX #8E949B Bali Hai

📋 copy color: '#8E949B'

red 142 ◦ green 148 ◦ blue 155

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

Shades of Bali Hai #8E949B

Tints of Bali Hai #8E949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.26%

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

R = 31.91%
G = 33.26%
B = 34.83%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E949B (or 0x8E949B) is known color: Bali Hai. HEX triplet: 8E, 94 and 9B. RGB value is (142,148,155). Sum of RGB (Red+Green+Blue) = 142+148+155=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E949B is #716B64. Grayscale: #929292. Windows color (decimal): -7433061 or 10196110. OLE color: 10196110.

HSL color Cylindrical-coordinate representation of color #8E949B: hue angle of 212.31º 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 #8E949B is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 148 155 -
CMYK 0.08 0.05 0 0.39
HSL 212.31º 0.06% 0.58% -
HSV(B) 212.31º 0.08% 0.61% -
XYZ 27.66 29.3 35.21 -
YUV 147 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 142 148 155 0.08 0.05 0 0.39 212.31 0.06 0.58
Hex 8E 94 9B 8 5 0 27 D4 6 3A
Octal 216 224 233 10 5 0 47 324 6 72
Binary 10001110 10010100 10011011 1000 101 0 100111 11010100 110 111010

Color Harmonies of #8E949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E949B

Black with #8E949B

Text Example


Text Example

White with #8E949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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