#798FA2

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

Shades of Light Slate Grey #798FA2

Tints of Light Slate Grey #798FA2

Color information

#798FA2 (or 0x798FA2) is unknown color: approx Light Slate Grey. HEX triplet: 79, 8F and A2. RGB value is (121,143,162). Sum of RGB (Red+Green+Blue) = 121+143+162=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 162 - color contains mainly: blue. Hex color #798FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798FA2 is #86705D. Grayscale: #8A8A8A. Windows color (decimal): -8810590 or 10653561. OLE color: 10653561.

HSL color Cylindrical-coordinate representation of color #798FA2: hue angle of 207.8º 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 #798FA2 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121143162-
CMYK0.250.1200.36
HSL207.8º18.06%55.49%-
HSV(B)207.8º25.31%63.53%-
XYZ24.2326.3237.99-
YUV138.59141.21115.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 162 (63.67% from 255) = 38.03%
R=28.40%
G=33.57%
B=38.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211431620.250.1200.36207.818.0655.49
Hex798FA219C024d01237
Octal17121724231140443202267
Binary1111001100011111010001011001110001001001101000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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