Html Css Color HEX #798A95 Light Slate Grey

📋 copy color: '#798A95'

red 121 ◦ green 138 ◦ blue 149

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

Shades of Light Slate Grey #798A95

Tints of Light Slate Grey #798A95

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.82%

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

R = 29.66%
G = 33.82%
B = 36.52%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#798A95 (or 0x798A95) is known color: Light Slate Grey. HEX triplet: 79, 8A and 95. RGB value is (121,138,149). Sum of RGB (Red+Green+Blue) = 121+138+149=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 149 - color contains mainly: blue. Hex color #798A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798A95 is #86756A. Grayscale: #868686. Windows color (decimal): -8811883 or 9800313. OLE color: 9800313.

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

Color convert

RGB 121 138 149 -
CMYK 0.19 0.07 0 0.42
HSL 203.57º 0.12% 0.53% -
HSV(B) 203.57º 0.19% 0.58% -
XYZ 22.4 24.41 31.97 -
YUV 134.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 121 138 149 0.19 0.07 0 0.42 203.57 0.12 0.53
Hex 79 8A 95 13 7 0 2A CC C 35
Octal 171 212 225 23 7 0 52 314 14 65
Binary 1111001 10001010 10010101 10011 111 0 101010 11001100 1100 110101

Color Harmonies of #798A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798A95

Black with #798A95

Text Example


Text Example

White with #798A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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