Html Css Color HEX #798196 Light Slate Grey

📋 copy color: '#798196'

red 121 ◦ green 129 ◦ blue 150

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

Shades of Light Slate Grey #798196

Tints of Light Slate Grey #798196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 30.25%
G = 32.25%
B = 37.5%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#798196 (or 0x798196) is known color: Light Slate Grey. HEX triplet: 79, 81 and 96. RGB value is (121,129,150). Sum of RGB (Red+Green+Blue) = 121+129+150=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 150 - color contains mainly: blue. Hex color #798196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798196 is #867E69. Grayscale: #808080. Windows color (decimal): -8814186 or 9863545. OLE color: 9863545.

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

Color convert

RGB 121 129 150 -
CMYK 0.19 0.14 0 0.41
HSL 223.45º 0.12% 0.53% -
HSV(B) 223.45º 0.19% 0.59% -
XYZ 21.24 21.97 31.97 -
YUV 129 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 121 129 150 0.19 0.14 0 0.41 223.45 0.12 0.53
Hex 79 81 96 13 E 0 29 DF C 35
Octal 171 201 226 23 16 0 51 337 14 65
Binary 1111001 10000001 10010110 10011 1110 0 101001 11011111 1100 110101

Color Harmonies of #798196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798196

Black with #798196

Text Example


Text Example

White with #798196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798196; }

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

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

background-color css

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

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

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

border-color css

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

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

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