Html Css Color HEX #798599 Light Slate Grey

📋 copy color: '#798599'

red 121 ◦ green 133 ◦ blue 153

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

Shades of Light Slate Grey #798599

Tints of Light Slate Grey #798599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

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

R = 29.73%
G = 32.68%
B = 37.59%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#798599 (or 0x798599) is known color: Light Slate Grey. HEX triplet: 79, 85 and 99. RGB value is (121,133,153). Sum of RGB (Red+Green+Blue) = 121+133+153=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #798599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798599 is #867A66. Grayscale: #838383. Windows color (decimal): -8813159 or 10061177. OLE color: 10061177.

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

Color convert

RGB 121 133 153 -
CMYK 0.21 0.13 0 0.4
HSL 217.5º 0.14% 0.54% -
HSV(B) 217.5º 0.21% 0.6% -
XYZ 22.02 23.14 33.44 -
YUV 131.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 121 133 153 0.21 0.13 0 0.4 217.5 0.14 0.54
Hex 79 85 99 15 D 0 28 DA E 36
Octal 171 205 231 25 15 0 50 332 16 66
Binary 1111001 10000101 10011001 10101 1101 0 101000 11011010 1110 110110

Color Harmonies of #798599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798599

Black with #798599

Text Example


Text Example

White with #798599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798599; }

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

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

background-color css

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

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

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

border-color css

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

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

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