Html Css Color HEX #797899 Scampi

📋 copy color: '#797899'

red 121 ◦ green 120 ◦ blue 153

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

Shades of Scampi #797899

Tints of Scampi #797899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.46%

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

R = 30.71%
G = 30.46%
B = 38.83%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#797899 (or 0x797899) is known color: Scampi. HEX triplet: 79, 78 and 99. RGB value is (121,120,153). Sum of RGB (Red+Green+Blue) = 121+120+153=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #797899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797899 is #868766. Grayscale: #7B7B7B. Windows color (decimal): -8816487 or 10057849. OLE color: 10057849.

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

Color convert

RGB 121 120 153 -
CMYK 0.21 0.22 0 0.4
HSL 241.82º 0.14% 0.54% -
HSV(B) 241.82º 0.22% 0.6% -
XYZ 20.35 19.8 32.89 -
YUV 124.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 121 120 153 0.21 0.22 0 0.4 241.82 0.14 0.54
Hex 79 78 99 15 16 0 28 F2 E 36
Octal 171 170 231 25 26 0 50 362 16 66
Binary 1111001 1111000 10011001 10101 10110 0 101000 11110010 1110 110110

Color Harmonies of #797899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797899

Black with #797899

Text Example


Text Example

White with #797899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797899; }

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

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

background-color css

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

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

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

border-color css

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

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

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