Html Css Color HEX #798A99 Light Slate Grey

📋 copy color: '#798A99'

red 121 ◦ green 138 ◦ blue 153

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

Shades of Light Slate Grey #798A99

Tints of Light Slate Grey #798A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.14%

R = 29.37%
G = 33.5%
B = 37.14%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#798A99 (or 0x798A99) is known color: Light Slate Grey. HEX triplet: 79, 8A and 99. RGB value is (121,138,153). Sum of RGB (Red+Green+Blue) = 121+138+153=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 153 - color contains mainly: blue. Hex color #798A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798A99 is #867566. Grayscale: #868686. Windows color (decimal): -8811879 or 10062457. OLE color: 10062457.

HSL color Cylindrical-coordinate representation of color #798A99: hue angle of 208.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #798A99 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 138 153 -
CMYK 0.21 0.10 0 0.4
HSL 208.13º 0.14% 0.54% -
HSV(B) 208.13º 0.21% 0.6% -
XYZ 22.72 24.54 33.68 -
YUV 134.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 121 138 153 0.21 0.10 0 0.4 208.13 0.14 0.54
Hex 79 8A 99 15 A 0 28 D0 E 36
Octal 171 212 231 25 12 0 50 320 16 66
Binary 1111001 10001010 10011001 10101 1010 0 101000 11010000 1110 110110

Color Harmonies of #798A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798A99

Black with #798A99

Text Example


Text Example

White with #798A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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