#798E9D

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

Shades of Light Slate Grey #798E9D

Tints of Light Slate Grey #798E9D

Color information

#798E9D (or 0x798E9D) is unknown color: approx Light Slate Grey. HEX triplet: 79, 8E and 9D. RGB value is (121,142,157). Sum of RGB (Red+Green+Blue) = 121+142+157=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #798E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798E9D is #867162. Grayscale: #898989. Windows color (decimal): -8810851 or 10325625. OLE color: 10325625.

HSL color Cylindrical-coordinate representation of color #798E9D: hue angle of 205º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #798E9D is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121142157-
CMYK0.230.1000.38
HSL205º15.52%54.51%-
HSV(B)205º22.93%61.57%-
XYZ23.6425.8535.64-
YUV137.43139.04116.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.81%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=28.81%
G=33.81%
B=37.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211421570.230.1000.3820515.5254.51
Hex798E9D17A026cd1037
Octal17121623527120463152067
Binary1111001100011101001110110111101001001101100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,142,157); }

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

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

 a { background-color: rgb(121,142,157); }

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

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

 span { border-color: rgb(121,142,157); }

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