Html Css Color HEX #798699 Light Slate Grey

📋 copy color: '#798699'

red 121 ◦ green 134 ◦ blue 153

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

Shades of Light Slate Grey #798699

Tints of Light Slate Grey #798699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

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

R = 29.66%
G = 32.84%
B = 37.5%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#798699 (or 0x798699) is known color: Light Slate Grey. HEX triplet: 79, 86 and 99. RGB value is (121,134,153). Sum of RGB (Red+Green+Blue) = 121+134+153=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #798699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798699 is #867966. Grayscale: #848484. Windows color (decimal): -8812903 or 10061433. OLE color: 10061433.

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

Color convert

RGB 121 134 153 -
CMYK 0.21 0.12 0 0.4
HSL 215.63º 0.14% 0.54% -
HSV(B) 215.63º 0.21% 0.6% -
XYZ 22.16 23.42 33.49 -
YUV 132.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 121 134 153 0.21 0.12 0 0.4 215.63 0.14 0.54
Hex 79 86 99 15 C 0 28 D8 E 36
Octal 171 206 231 25 14 0 50 330 16 66
Binary 1111001 10000110 10011001 10101 1100 0 101000 11011000 1110 110110

Color Harmonies of #798699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798699

Black with #798699

Text Example


Text Example

White with #798699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798699; }

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

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

background-color css

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

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

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

border-color css

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

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

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