Html Css Color HEX #798597 Light Slate Grey

📋 copy color: '#798597'

red 121 ◦ green 133 ◦ blue 151

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

Shades of Light Slate Grey #798597

Tints of Light Slate Grey #798597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 151 (59.38% from 255) = 37.28%

R = 29.88%
G = 32.84%
B = 37.28%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#798597 (or 0x798597) is known color: Light Slate Grey. HEX triplet: 79, 85 and 97. RGB value is (121,133,151). Sum of RGB (Red+Green+Blue) = 121+133+151=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 151 - color contains mainly: blue. Hex color #798597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798597 is #867A68. Grayscale: #838383. Windows color (decimal): -8813161 or 9930105. OLE color: 9930105.

HSL color Cylindrical-coordinate representation of color #798597: hue angle of 216º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #798597 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 133 151 -
CMYK 0.20 0.12 0 0.41
HSL 216º 0.13% 0.53% -
HSV(B) 216º 0.2% 0.59% -
XYZ 21.86 23.07 32.58 -
YUV 131.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 121 133 151 0.20 0.12 0 0.41 216 0.13 0.53
Hex 79 85 97 14 C 0 29 D8 D 35
Octal 171 205 227 24 14 0 51 330 15 65
Binary 1111001 10000101 10010111 10100 1100 0 101001 11011000 1101 110101

Color Harmonies of #798597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798597

Black with #798597

Text Example


Text Example

White with #798597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798597; }

 p { color: rgb(121,133,151); }

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

background-color css

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

 a { background-color: rgb(121,133,151); }

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

border-color css

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

 span { border-color: rgb(121,133,151); }

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