Html Css Color HEX #798796 Light Slate Grey

📋 copy color: '#798796'

red 121 ◦ green 135 ◦ blue 150

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

Shades of Light Slate Grey #798796

Tints of Light Slate Grey #798796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.25%

 BLUE value IS 150 (58.98% from 255) = 36.95%

R = 29.8%
G = 33.25%
B = 36.95%

CMYK

 C value IS 0.19

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#798796 (or 0x798796) is known color: Light Slate Grey. HEX triplet: 79, 87 and 96. RGB value is (121,135,150). Sum of RGB (Red+Green+Blue) = 121+135+150=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 150 - color contains mainly: blue. Hex color #798796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798796 is #867869. Grayscale: #848484. Windows color (decimal): -8812650 or 9865081. OLE color: 9865081.

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

Color convert

RGB 121 135 150 -
CMYK 0.19 0.1 0 0.41
HSL 211.03º 0.12% 0.53% -
HSV(B) 211.03º 0.19% 0.59% -
XYZ 22.05 23.59 32.25 -
YUV 132.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 121 135 150 0.19 0.1 0 0.41 211.03 0.12 0.53
Hex 79 87 96 13 A 0 29 D3 C 35
Octal 171 207 226 23 12 0 51 323 14 65
Binary 1111001 10000111 10010110 10011 1010 0 101001 11010011 1100 110101

Color Harmonies of #798796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798796

Black with #798796

Text Example


Text Example

White with #798796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798796; }

 p { color: rgb(121,135,150); }

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

background-color css

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

 a { background-color: rgb(121,135,150); }

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

border-color css

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

 span { border-color: rgb(121,135,150); }

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