Html Css Color HEX #798EA1 Light Slate Grey

📋 copy color: '#798EA1'

red 121 ◦ green 142 ◦ blue 161

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

Shades of Light Slate Grey #798EA1

Tints of Light Slate Grey #798EA1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.49%

 BLUE value IS 161 (63.28% from 255) = 37.97%

R = 28.54%
G = 33.49%
B = 37.97%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#798EA1 (or 0x798EA1) is known color: Light Slate Grey. HEX triplet: 79, 8E and A1. RGB value is (121,142,161). Sum of RGB (Red+Green+Blue) = 121+142+161=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 161 - color contains mainly: blue. Hex color #798EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798EA1 is #86715E. Grayscale: #898989. Windows color (decimal): -8810847 or 10587769. OLE color: 10587769.

HSL color Cylindrical-coordinate representation of color #798EA1: hue angle of 208.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #798EA1 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 121 142 161 -
CMYK 0.25 0.12 0 0.37
HSL 208.5º 0.18% 0.55% -
HSV(B) 208.5º 0.25% 0.63% -
XYZ 23.99 25.98 37.47 -
YUV 137.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 121 142 161 0.25 0.12 0 0.37 208.5 0.18 0.55
Hex 79 8E A1 19 C 0 25 D0 12 37
Octal 171 216 241 31 14 0 45 320 22 67
Binary 1111001 10001110 10100001 11001 1100 0 100101 11010000 10010 110111

Color Harmonies of #798EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798EA1

Black with #798EA1

Text Example


Text Example

White with #798EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,142,161); }

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

background-color css

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

 a { background-color: rgb(121,142,161); }

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

border-color css

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

 span { border-color: rgb(121,142,161); }

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