Html Css Color HEX #898496 Grey Suit

📋 copy color: '#898496'

red 137 ◦ green 132 ◦ blue 150

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

Shades of Grey Suit #898496

Tints of Grey Suit #898496

RGB

 RED value IS 137 (53.91% from 255) = 32.7%

 GREEN value IS 132 (51.95% from 255) = 31.5%

 BLUE value IS 150 (58.98% from 255) = 35.8%

R = 32.7%
G = 31.5%
B = 35.8%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#898496 (or 0x898496) is known color: Grey Suit. HEX triplet: 89, 84 and 96. RGB value is (137,132,150). Sum of RGB (Red+Green+Blue) = 137+132+150=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 150 - color contains mainly: blue. Hex color #898496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898496 is #767B69. Grayscale: #878787. Windows color (decimal): -7764842 or 9864329. OLE color: 9864329.

HSL color Cylindrical-coordinate representation of color #898496: hue angle of 256.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898496 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 132 150 -
CMYK 0.09 0.12 0 0.41
HSL 256.67º 0.08% 0.55% -
HSV(B) 256.67º 0.12% 0.59% -
XYZ 24.07 24.02 32.22 -
YUV 135.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 137 132 150 0.09 0.12 0 0.41 256.67 0.08 0.55
Hex 89 84 96 9 C 0 29 101 8 37
Octal 211 204 226 11 14 0 51 401 10 67
Binary 10001001 10000100 10010110 1001 1100 0 101001 100000001 1000 110111

Color Harmonies of #898496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898496

Black with #898496

Text Example


Text Example

White with #898496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898496; }

 p { color: rgb(137,132,150); }

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

background-color css

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

 a { background-color: rgb(137,132,150); }

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

border-color css

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

 span { border-color: rgb(137,132,150); }

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