#798598

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

Shades of Light Slate Grey #798598

Tints of Light Slate Grey #798598

Color information

#798598 (or 0x798598) is unknown color: approx Light Slate Grey. HEX triplet: 79, 85 and 98. RGB value is (121,133,152). Sum of RGB (Red+Green+Blue) = 121+133+152=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #798598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798598 is #867A67. Grayscale: #838383. Windows color (decimal): -8813160 or 9995641. OLE color: 9995641.

HSL color Cylindrical-coordinate representation of color #798598: hue angle of 216.77º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #798598 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121133152-
CMYK0.200.1300.40
HSL216.77º13.08%53.53%-
HSV(B)216.77º20.39%59.61%-
XYZ21.9423.1133.01-
YUV131.58139.52120.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.80%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=29.80%
G=32.76%
B=37.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211331520.200.1300.40216.7713.0853.53
Hex79859814D028d9d36
Octal17120523024150503311566
Binary111100110000101100110001010011010101000110110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798598; }

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

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

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

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

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

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

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

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