Html Css Color HEX #8C8994 Grey Suit

📋 copy color: '#8C8994'

red 140 ◦ green 137 ◦ blue 148

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

Shades of Grey Suit #8C8994

Tints of Grey Suit #8C8994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.24%

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 32.94%
G = 32.24%
B = 34.82%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C8994 (or 0x8C8994) is known color: Grey Suit. HEX triplet: 8C, 89 and 94. RGB value is (140,137,148). Sum of RGB (Red+Green+Blue) = 140+137+148=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C8994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8994 is #73766B. Grayscale: #8B8B8B. Windows color (decimal): -7566956 or 9734540. OLE color: 9734540.

HSL color Cylindrical-coordinate representation of color #8C8994: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C8994 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 137 148 -
CMYK 0.05 0.07 0 0.42
HSL 256.36º 0.05% 0.56% -
HSV(B) 256.36º 0.07% 0.58% -
XYZ 25.11 25.6 31.64 -
YUV 139.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 140 137 148 0.05 0.07 0 0.42 256.36 0.05 0.56
Hex 8C 89 94 5 7 0 2A 100 5 38
Octal 214 211 224 5 7 0 52 400 5 70
Binary 10001100 10001001 10010100 101 111 0 101010 100000000 101 111000

Color Harmonies of #8C8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8994

Black with #8C8994

Text Example


Text Example

White with #8C8994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,137,148); }

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

background-color css

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

 a { background-color: rgb(140,137,148); }

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

border-color css

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

 span { border-color: rgb(140,137,148); }

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