#798BA2

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

Shades of Light Slate Grey #798BA2

Tints of Light Slate Grey #798BA2

Color information

#798BA2 (or 0x798BA2) is unknown color: approx Light Slate Grey. HEX triplet: 79, 8B and A2. RGB value is (121,139,162). Sum of RGB (Red+Green+Blue) = 121+139+162=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 162 - color contains mainly: blue. Hex color #798BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798BA2 is #86745D. Grayscale: #888888. Windows color (decimal): -8811614 or 10652537. OLE color: 10652537.

HSL color Cylindrical-coordinate representation of color #798BA2: hue angle of 213.66º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #798BA2 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121139162-
CMYK0.250.1400.36
HSL213.66º18.06%55.49%-
HSV(B)213.66º25.31%63.53%-
XYZ23.6425.1437.79-
YUV136.24142.54117.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.67%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 162 (63.67% from 255) = 38.39%
R=28.67%
G=32.94%
B=38.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211391620.250.1400.36213.6618.0655.49
Hex798BA219E024d61237
Octal17121324231160443262267
Binary1111001100010111010001011001111001001001101011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798BA2; }

 p { color: rgb(121,139,162); }

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

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

 a { background-color: rgb(121,139,162); }

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

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

 span { border-color: rgb(121,139,162); }

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