Html Css Color HEX #798C99 Light Slate Grey

📋 copy color: '#798C99'

red 121 ◦ green 140 ◦ blue 153

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

Shades of Light Slate Grey #798C99

Tints of Light Slate Grey #798C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

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

R = 29.23%
G = 33.82%
B = 36.96%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#798C99 (or 0x798C99) is known color: Light Slate Grey. HEX triplet: 79, 8C and 99. RGB value is (121,140,153). Sum of RGB (Red+Green+Blue) = 121+140+153=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #798C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798C99 is #867366. Grayscale: #878787. Windows color (decimal): -8811367 or 10062969. OLE color: 10062969.

HSL color Cylindrical-coordinate representation of color #798C99: hue angle of 204.38º 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 #798C99 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 140 153 -
CMYK 0.21 0.08 0 0.4
HSL 204.38º 0.14% 0.54% -
HSV(B) 204.38º 0.21% 0.6% -
XYZ 23.01 25.12 33.77 -
YUV 135.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 121 140 153 0.21 0.08 0 0.4 204.38 0.14 0.54
Hex 79 8C 99 15 8 0 28 CC E 36
Octal 171 214 231 25 10 0 50 314 16 66
Binary 1111001 10001100 10011001 10101 1000 0 101000 11001100 1110 110110

Color Harmonies of #798C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798C99

Black with #798C99

Text Example


Text Example

White with #798C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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