Html Css Color HEX #797590 Scampi

📋 copy color: '#797590'

red 121 ◦ green 117 ◦ blue 144

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

Shades of Scampi #797590

Tints of Scampi #797590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 31.68%
G = 30.63%
B = 37.7%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#797590 (or 0x797590) is known color: Scampi. HEX triplet: 79, 75 and 90. RGB value is (121,117,144). Sum of RGB (Red+Green+Blue) = 121+117+144=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #797590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797590 is #868A6F. Grayscale: #797979. Windows color (decimal): -8817264 or 9467257. OLE color: 9467257.

HSL color Cylindrical-coordinate representation of color #797590: hue angle of 248.89º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #797590 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 117 144 -
CMYK 0.16 0.19 0 0.44
HSL 248.89º 0.11% 0.51% -
HSV(B) 248.89º 0.19% 0.56% -
XYZ 19.28 18.8 29 -
YUV 121.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 121 117 144 0.16 0.19 0 0.44 248.89 0.11 0.51
Hex 79 75 90 10 13 0 2C F9 B 33
Octal 171 165 220 20 23 0 54 371 13 63
Binary 1111001 1110101 10010000 10000 10011 0 101100 11111001 1011 110011

Color Harmonies of #797590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797590

Black with #797590

Text Example


Text Example

White with #797590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797590; }

 p { color: rgb(121,117,144); }

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

background-color css

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

 a { background-color: rgb(121,117,144); }

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

border-color css

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

 span { border-color: rgb(121,117,144); }

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