Html Css Color HEX #798B99 Light Slate Grey

📋 copy color: '#798B99'

red 121 ◦ green 139 ◦ blue 153

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

Shades of Light Slate Grey #798B99

Tints of Light Slate Grey #798B99

RGB

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

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

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

R = 29.3%
G = 33.66%
B = 37.05%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#798B99 (or 0x798B99) is known color: Light Slate Grey. HEX triplet: 79, 8B and 99. RGB value is (121,139,153). Sum of RGB (Red+Green+Blue) = 121+139+153=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #798B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798B99 is #867466. Grayscale: #878787. Windows color (decimal): -8811623 or 10062713. OLE color: 10062713.

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

Color convert

RGB 121 139 153 -
CMYK 0.21 0.09 0 0.4
HSL 206.25º 0.14% 0.54% -
HSV(B) 206.25º 0.21% 0.6% -
XYZ 22.87 24.83 33.72 -
YUV 135.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 121 139 153 0.21 0.09 0 0.4 206.25 0.14 0.54
Hex 79 8B 99 15 9 0 28 CE E 36
Octal 171 213 231 25 11 0 50 316 16 66
Binary 1111001 10001011 10011001 10101 1001 0 101000 11001110 1110 110110

Color Harmonies of #798B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798B99

Black with #798B99

Text Example


Text Example

White with #798B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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