#798590

Color #798590 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #798590

Tints of Light Slate Grey #798590

Color information

#798590 (or 0x798590) is unknown color: approx Light Slate Grey. HEX triplet: 79, 85 and 90. RGB value is (121,133,144). Sum of RGB (Red+Green+Blue) = 121+133+144=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #798590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798590 is #867A6F. Grayscale: #828282. Windows color (decimal): -8813168 or 9471353. OLE color: 9471353.

HSL color Cylindrical-coordinate representation of color #798590: hue angle of 208.7º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #798590 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB121133144-
CMYK0.160.0800.44
HSL208.7º9.39%51.96%-
HSV(B)208.7º15.97%56.47%-
XYZ21.3122.8529.67-
YUV130.67135.52121.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=30.40%
G=33.42%
B=36.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211331440.160.0800.44208.79.3951.96
Hex79859010802Cd1934
Octal17120522020100543211164
Binary111100110000101100100001000010000101100110100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798590; }

 p { color: rgb(121,133,144); }

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

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

 a { background-color: rgb(121,133,144); }

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

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

 span { border-color: rgb(121,133,144); }

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