Html Css Color HEX #8F979B Bali Hai

📋 copy color: '#8F979B'

red 143 ◦ green 151 ◦ blue 155

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

Shades of Bali Hai #8F979B

Tints of Bali Hai #8F979B

RGB

 RED value IS 143 (56.25% from 255) = 31.85%

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

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

R = 31.85%
G = 33.63%
B = 34.52%

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

#8F979B (or 0x8F979B) is known color: Bali Hai. HEX triplet: 8F, 97 and 9B. RGB value is (143,151,155). Sum of RGB (Red+Green+Blue) = 143+151+155=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F979B is #706864. Grayscale: #959595. Windows color (decimal): -7366757 or 10196879. OLE color: 10196879.

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

Color convert

RGB 143 151 155 -
CMYK 0.08 0.03 0 0.39
HSL 200º 0.06% 0.58% -
HSV(B) 200º 0.08% 0.61% -
XYZ 28.31 30.34 35.37 -
YUV 149.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 143 151 155 0.08 0.03 0 0.39 200 0.06 0.58
Hex 8F 97 9B 8 3 0 27 C8 6 3A
Octal 217 227 233 10 3 0 47 310 6 72
Binary 10001111 10010111 10011011 1000 11 0 100111 11001000 110 111010

Color Harmonies of #8F979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F979B

Black with #8F979B

Text Example


Text Example

White with #8F979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,151,155); }

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

background-color css

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

 a { background-color: rgb(143,151,155); }

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

border-color css

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

 span { border-color: rgb(143,151,155); }

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