Html Css Color HEX #798495 Light Slate Grey

📋 copy color: '#798495'

red 121 ◦ green 132 ◦ blue 149

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

Shades of Light Slate Grey #798495

Tints of Light Slate Grey #798495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.84%

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

R = 30.1%
G = 32.84%
B = 37.06%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#798495 (or 0x798495) is known color: Light Slate Grey. HEX triplet: 79, 84 and 95. RGB value is (121,132,149). Sum of RGB (Red+Green+Blue) = 121+132+149=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 149 - color contains mainly: blue. Hex color #798495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798495 is #867B6A. Grayscale: #828282. Windows color (decimal): -8813419 or 9798777. OLE color: 9798777.

HSL color Cylindrical-coordinate representation of color #798495: hue angle of 216.43º 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 #798495 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 132 149 -
CMYK 0.19 0.11 0 0.42
HSL 216.43º 0.12% 0.53% -
HSV(B) 216.43º 0.19% 0.58% -
XYZ 21.56 22.74 31.69 -
YUV 130.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 121 132 149 0.19 0.11 0 0.42 216.43 0.12 0.53
Hex 79 84 95 13 B 0 2A D8 C 35
Octal 171 204 225 23 13 0 52 330 14 65
Binary 1111001 10000100 10010101 10011 1011 0 101010 11011000 1100 110101

Color Harmonies of #798495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798495

Black with #798495

Text Example


Text Example

White with #798495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798495; }

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

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

background-color css

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

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

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

border-color css

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

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

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