Html Css Color HEX #8A8994 Grey Suit

📋 copy color: '#8A8994'

red 138 ◦ green 137 ◦ blue 148

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

Shades of Grey Suit #8A8994

Tints of Grey Suit #8A8994

RGB

 RED value IS 138 (54.3% from 255) = 32.62%

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

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

R = 32.62%
G = 32.39%
B = 34.99%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A8994 (or 0x8A8994) is known color: Grey Suit. HEX triplet: 8A, 89 and 94. RGB value is (138,137,148). Sum of RGB (Red+Green+Blue) = 138+137+148=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A8994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8994 is #75766B. Grayscale: #8A8A8A. Windows color (decimal): -7698028 or 9734538. OLE color: 9734538.

HSL color Cylindrical-coordinate representation of color #8A8994: hue angle of 245.45º 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 #8A8994 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 137 148 -
CMYK 0.07 0.07 0 0.42
HSL 245.45º 0.05% 0.56% -
HSV(B) 245.45º 0.07% 0.58% -
XYZ 24.77 25.43 31.62 -
YUV 138.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 138 137 148 0.07 0.07 0 0.42 245.45 0.05 0.56
Hex 8A 89 94 7 7 0 2A F5 5 38
Octal 212 211 224 7 7 0 52 365 5 70
Binary 10001010 10001001 10010100 111 111 0 101010 11110101 101 111000

Color Harmonies of #8A8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8994

Black with #8A8994

Text Example


Text Example

White with #8A8994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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