Html Css Color HEX #798395 Light Slate Grey

📋 copy color: '#798395'

red 121 ◦ green 131 ◦ blue 149

#798395
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #798395

Tints of Light Slate Grey #798395

RGB

 RED value IS 121 (47.66% from 255) = 30.17%

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 30.17%
G = 32.67%
B = 37.16%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#798395 (or 0x798395) is known color: Light Slate Grey. HEX triplet: 79, 83 and 95. RGB value is (121,131,149). Sum of RGB (Red+Green+Blue) = 121+131+149=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #798395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798395 is #867C6A. Grayscale: #818181. Windows color (decimal): -8813675 or 9798521. OLE color: 9798521.

HSL color Cylindrical-coordinate representation of color #798395: hue angle of 218.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #798395 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 131 149 -
CMYK 0.19 0.12 0 0.42
HSL 218.57º 0.12% 0.53% -
HSV(B) 218.57º 0.19% 0.58% -
XYZ 21.43 22.47 31.64 -
YUV 130.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 121 131 149 0.19 0.12 0 0.42 218.57 0.12 0.53
Hex 79 83 95 13 C 0 2A DB C 35
Octal 171 203 225 23 14 0 52 333 14 65
Binary 1111001 10000011 10010101 10011 1100 0 101010 11011011 1100 110101

Color Harmonies of #798395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798395

Black with #798395

Text Example


Text Example

White with #798395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798395; }

 p { color: rgb(121,131,149); }

 H1.HeaderClassName
 {
   color: #798395;
 }
 .AnyTagClassName
 {
   color: #798395;
 }
</style>

background-color css

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

 a { background-color: rgb(121,131,149); }

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

border-color css

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

 span { border-color: rgb(121,131,149); }

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