Html Css Color HEX #8F889C Grey Suit

📋 copy color: '#8F889C'

red 143 ◦ green 136 ◦ blue 156

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

Shades of Grey Suit #8F889C

Tints of Grey Suit #8F889C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.26%

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 32.87%
G = 31.26%
B = 35.86%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F889C (or 0x8F889C) is known color: Grey Suit. HEX triplet: 8F, 88 and 9C. RGB value is (143,136,156). Sum of RGB (Red+Green+Blue) = 143+136+156=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F889C is #707763. Grayscale: #8C8C8C. Windows color (decimal): -7370596 or 10258575. OLE color: 10258575.

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

Color convert

RGB 143 136 156 -
CMYK 0.08 0.13 0 0.39
HSL 261º 0.09% 0.57% -
HSV(B) 261º 0.13% 0.61% -
XYZ 26.13 25.85 35.06 -
YUV 140.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 143 136 156 0.08 0.13 0 0.39 261 0.09 0.57
Hex 8F 88 9C 8 D 0 27 105 9 39
Octal 217 210 234 10 15 0 47 405 11 71
Binary 10001111 10001000 10011100 1000 1101 0 100111 100000101 1001 111001

Color Harmonies of #8F889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F889C

Black with #8F889C

Text Example


Text Example

White with #8F889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,136,156); }

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

background-color css

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

 a { background-color: rgb(143,136,156); }

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

border-color css

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

 span { border-color: rgb(143,136,156); }

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