Html Css Color HEX #797699 Scampi

📋 copy color: '#797699'

red 121 ◦ green 118 ◦ blue 153

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

Shades of Scampi #797699

Tints of Scampi #797699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.1%

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

R = 30.87%
G = 30.1%
B = 39.03%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#797699 (or 0x797699) is known color: Scampi. HEX triplet: 79, 76 and 99. RGB value is (121,118,153). Sum of RGB (Red+Green+Blue) = 121+118+153=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #797699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797699 is #868966. Grayscale: #7A7A7A. Windows color (decimal): -8816999 or 10057337. OLE color: 10057337.

HSL color Cylindrical-coordinate representation of color #797699: hue angle of 245.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #797699 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 118 153 -
CMYK 0.21 0.23 0 0.4
HSL 245.14º 0.15% 0.53% -
HSV(B) 245.14º 0.23% 0.6% -
XYZ 20.11 19.32 32.81 -
YUV 122.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 121 118 153 0.21 0.23 0 0.4 245.14 0.15 0.53
Hex 79 76 99 15 17 0 28 F5 F 35
Octal 171 166 231 25 27 0 50 365 17 65
Binary 1111001 1110110 10011001 10101 10111 0 101000 11110101 1111 110101

Color Harmonies of #797699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797699

Black with #797699

Text Example


Text Example

White with #797699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797699; }

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

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

background-color css

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

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

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

border-color css

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

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

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