Html Css Color HEX #8C979F Bali Hai

📋 copy color: '#8C979F'

red 140 ◦ green 151 ◦ blue 159

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

Shades of Bali Hai #8C979F

Tints of Bali Hai #8C979F

RGB

 RED value IS 140 (55.08% from 255) = 31.11%

 GREEN value IS 151 (59.38% from 255) = 33.56%

 BLUE value IS 159 (62.5% from 255) = 35.33%

R = 31.11%
G = 33.56%
B = 35.33%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C979F (or 0x8C979F) is known color: Bali Hai. HEX triplet: 8C, 97 and 9F. RGB value is (140,151,159). Sum of RGB (Red+Green+Blue) = 140+151+159=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C979F is #736860. Grayscale: #949494. Windows color (decimal): -7563361 or 10459020. OLE color: 10459020.

HSL color Cylindrical-coordinate representation of color #8C979F: hue angle of 205.26º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C979F is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 151 159 -
CMYK 0.12 0.05 0 0.38
HSL 205.26º 0.09% 0.59% -
HSV(B) 205.26º 0.12% 0.62% -
XYZ 28.14 30.21 37.15 -
YUV 148.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 140 151 159 0.12 0.05 0 0.38 205.26 0.09 0.59
Hex 8C 97 9F C 5 0 26 CD 9 3B
Octal 214 227 237 14 5 0 46 315 11 73
Binary 10001100 10010111 10011111 1100 101 0 100110 11001101 1001 111011

Color Harmonies of #8C979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C979F

Black with #8C979F

Text Example


Text Example

White with #8C979F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,151,159); }

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

background-color css

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

 a { background-color: rgb(140,151,159); }

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

border-color css

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

 span { border-color: rgb(140,151,159); }

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