Html Css Color HEX #797591 Scampi

📋 copy color: '#797591'

red 121 ◦ green 117 ◦ blue 145

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

Shades of Scampi #797591

Tints of Scampi #797591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.86%

R = 31.59%
G = 30.55%
B = 37.86%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#797591 (or 0x797591) is known color: Scampi. HEX triplet: 79, 75 and 91. RGB value is (121,117,145). Sum of RGB (Red+Green+Blue) = 121+117+145=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 145 - color contains mainly: blue. Hex color #797591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797591 is #868A6E. Grayscale: #797979. Windows color (decimal): -8817263 or 9532793. OLE color: 9532793.

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

Color convert

RGB 121 117 145 -
CMYK 0.17 0.19 0 0.43
HSL 248.57º 0.11% 0.51% -
HSV(B) 248.57º 0.19% 0.57% -
XYZ 19.36 18.83 29.4 -
YUV 121.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 121 117 145 0.17 0.19 0 0.43 248.57 0.11 0.51
Hex 79 75 91 11 13 0 2B F9 B 33
Octal 171 165 221 21 23 0 53 371 13 63
Binary 1111001 1110101 10010001 10001 10011 0 101011 11111001 1011 110011

Color Harmonies of #797591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797591

Black with #797591

Text Example


Text Example

White with #797591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797591; }

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

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

background-color css

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

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

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

border-color css

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

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

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