Html Css Color HEX #798493 Light Slate Grey

📋 copy color: '#798493'

red 121 ◦ green 132 ◦ blue 147

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

Shades of Light Slate Grey #798493

Tints of Light Slate Grey #798493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.75%

R = 30.25%
G = 33%
B = 36.75%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#798493 (or 0x798493) is known color: Light Slate Grey. HEX triplet: 79, 84 and 93. RGB value is (121,132,147). Sum of RGB (Red+Green+Blue) = 121+132+147=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 147 - color contains mainly: blue. Hex color #798493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798493 is #867B6C. Grayscale: #828282. Windows color (decimal): -8813421 or 9667705. OLE color: 9667705.

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

Color convert

RGB 121 132 147 -
CMYK 0.18 0.10 0 0.42
HSL 214.62º 0.11% 0.53% -
HSV(B) 214.62º 0.18% 0.58% -
XYZ 21.4 22.67 30.85 -
YUV 130.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 121 132 147 0.18 0.10 0 0.42 214.62 0.11 0.53
Hex 79 84 93 12 A 0 2A D7 B 35
Octal 171 204 223 22 12 0 52 327 13 65
Binary 1111001 10000100 10010011 10010 1010 0 101010 11010111 1011 110101

Color Harmonies of #798493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798493

Black with #798493

Text Example


Text Example

White with #798493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798493; }

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

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

background-color css

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

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

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

border-color css

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

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

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