#797594

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

Shades of Scampi #797594

Tints of Scampi #797594

Color information

#797594 (or 0x797594) is unknown color: approx Scampi. HEX triplet: 79, 75 and 94. RGB value is (121,117,148). Sum of RGB (Red+Green+Blue) = 121+117+148=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #797594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797594 is #868A6B. Grayscale: #797979. Windows color (decimal): -8817260 or 9729401. OLE color: 9729401.

HSL color Cylindrical-coordinate representation of color #797594: hue angle of 247.74º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #797594 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121117148-
CMYK0.180.2100.42
HSL247.74º12.65%51.96%-
HSV(B)247.74º20.95%58.04%-
XYZ19.5918.9330.64-
YUV121.73142.83127.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.35%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 148 (58.20% from 255) = 38.34%
R=31.35%
G=30.31%
B=38.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211171480.180.2100.42247.7412.6551.96
Hex797594121502Af8d34
Octal17116522422250523701564
Binary111100111101011001010010010101010101010111110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797594; }

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

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

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

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

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

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

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

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