#989293

Color #989293 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #989293

Tints of Shady Lady #989293

Color information

#989293 (or 0x989293) is unknown color: approx Shady Lady. HEX triplet: 98, 92 and 93. RGB value is (152,146,147). Sum of RGB (Red+Green+Blue) = 152+146+147=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 152 - color contains mainly: red. Hex color #989293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989293 is #676D6C. Grayscale: #939393. Windows color (decimal): -6778221 or 9671320. OLE color: 9671320.

HSL color Cylindrical-coordinate representation of color #989293: hue angle of 350º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #989293 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152146147-
CMYK00.040.030.40
HSL350º2.83%58.43%-
HSV(B)350º3.95%59.61%-
XYZ28.4929.3431.77-
YUV147.91127.49130.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=34.16%
G=32.81%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214614700.040.030.403502.8358.43
Hex9892930432815e33a
Octal23022222304350536372
Binary10011000100100101001001101001110100010101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989293; }

 p { color: rgb(152,146,147); }

 H1.HeaderClassName
 {
   color: #989293;
 }
 .AnyTagClassName
 {
   color: #989293;
 }
</style>
background-color css

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

 a { background-color: rgb(152,146,147); }

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

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

 span { border-color: rgb(152,146,147); }

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