#797991

Color #797991 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #797991

Tints of Scampi #797991

Color information

#797991 (or 0x797991) is unknown color: approx Scampi. HEX triplet: 79, 79 and 91. RGB value is (121,121,145). Sum of RGB (Red+Green+Blue) = 121+121+145=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #797991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797991 is #86866E. Grayscale: #7B7B7B. Windows color (decimal): -8816239 or 9533817. OLE color: 9533817.

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

Color convert

RGB121121145-
CMYK0.170.1700.43
HSL240º9.84%52.16%-
HSV(B)240º16.55%56.86%-
XYZ19.8319.7829.56-
YUV123.74140126.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.27%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=31.27%
G=31.27%
B=37.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211211450.170.1700.432409.8452.16
Hex797991111102Bf0a34
Octal17117122121210533601264
Binary111100111110011001000110001100010101011111100001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797991; }

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

 H1.HeaderClassName
 {
   color: #797991;
 }
 .AnyTagClassName
 {
   color: #797991;
 }
</style>
background-color css

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

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

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

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

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

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