Html Css Color HEX #798095 Light Slate Grey

📋 copy color: '#798095'

red 121 ◦ green 128 ◦ blue 149

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

Shades of Light Slate Grey #798095

Tints of Light Slate Grey #798095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 30.4%
G = 32.16%
B = 37.44%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#798095 (or 0x798095) is known color: Light Slate Grey. HEX triplet: 79, 80 and 95. RGB value is (121,128,149). Sum of RGB (Red+Green+Blue) = 121+128+149=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #798095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798095 is #867F6A. Grayscale: #808080. Windows color (decimal): -8814443 or 9797753. OLE color: 9797753.

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

Color convert

RGB 121 128 149 -
CMYK 0.19 0.14 0 0.42
HSL 225º 0.12% 0.53% -
HSV(B) 225º 0.19% 0.58% -
XYZ 21.03 21.67 31.51 -
YUV 128.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 121 128 149 0.19 0.14 0 0.42 225 0.12 0.53
Hex 79 80 95 13 E 0 2A E1 C 35
Octal 171 200 225 23 16 0 52 341 14 65
Binary 1111001 10000000 10010101 10011 1110 0 101010 11100001 1100 110101

Color Harmonies of #798095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798095

Black with #798095

Text Example


Text Example

White with #798095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798095; }

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

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

background-color css

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

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

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

border-color css

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

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

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