Html Css Color HEX #798BA2 Light Slate Grey

📋 copy color: '#798BA2'

red 121 ◦ green 139 ◦ blue 162

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

Shades of Light Slate Grey #798BA2

Tints of Light Slate Grey #798BA2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.94%

 BLUE value IS 162 (63.67% from 255) = 38.39%

R = 28.67%
G = 32.94%
B = 38.39%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#798BA2 (or 0x798BA2) is known color: Light Slate Grey. HEX triplet: 79, 8B and A2. RGB value is (121,139,162). Sum of RGB (Red+Green+Blue) = 121+139+162=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 162 - color contains mainly: blue. Hex color #798BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798BA2 is #86745D. Grayscale: #888888. Windows color (decimal): -8811614 or 10652537. OLE color: 10652537.

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

Color convert

RGB 121 139 162 -
CMYK 0.25 0.14 0 0.36
HSL 213.66º 0.18% 0.55% -
HSV(B) 213.66º 0.25% 0.64% -
XYZ 23.64 25.14 37.79 -
YUV 136.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 121 139 162 0.25 0.14 0 0.36 213.66 0.18 0.55
Hex 79 8B A2 19 E 0 24 D6 12 37
Octal 171 213 242 31 16 0 44 326 22 67
Binary 1111001 10001011 10100010 11001 1110 0 100100 11010110 10010 110111

Color Harmonies of #798BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798BA2

Black with #798BA2

Text Example


Text Example

White with #798BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,139,162); }

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

background-color css

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

 a { background-color: rgb(121,139,162); }

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

border-color css

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

 span { border-color: rgb(121,139,162); }

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