Html Css Color HEX #8F959B Bali Hai

📋 copy color: '#8F959B'

red 143 ◦ green 149 ◦ blue 155

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

Shades of Bali Hai #8F959B

Tints of Bali Hai #8F959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.33%

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

R = 31.99%
G = 33.33%
B = 34.68%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F959B (or 0x8F959B) is known color: Bali Hai. HEX triplet: 8F, 95 and 9B. RGB value is (143,149,155). Sum of RGB (Red+Green+Blue) = 143+149+155=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 149 (58.59% from 255 or 33.33% 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 #8F959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F959B is #706A64. Grayscale: #939393. Windows color (decimal): -7367269 or 10196367. OLE color: 10196367.

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

Color convert

RGB 143 149 155 -
CMYK 0.08 0.04 0 0.39
HSL 210º 0.06% 0.58% -
HSV(B) 210º 0.08% 0.61% -
XYZ 27.99 29.7 35.27 -
YUV 147.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 143 149 155 0.08 0.04 0 0.39 210 0.06 0.58
Hex 8F 95 9B 8 4 0 27 D2 6 3A
Octal 217 225 233 10 4 0 47 322 6 72
Binary 10001111 10010101 10011011 1000 100 0 100111 11010010 110 111010

Color Harmonies of #8F959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F959B

Black with #8F959B

Text Example


Text Example

White with #8F959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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