#797993

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

Shades of Scampi #797993

Tints of Scampi #797993

Color information

#797993 (or 0x797993) is unknown color: approx Scampi. HEX triplet: 79, 79 and 93. RGB value is (121,121,147). Sum of RGB (Red+Green+Blue) = 121+121+147=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #797993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797993 is #86866C. Grayscale: #7B7B7B. Windows color (decimal): -8816237 or 9664889. OLE color: 9664889.

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

Color convert

RGB121121147-
CMYK0.180.1800.42
HSL240º10.74%52.55%-
HSV(B)240º17.69%57.65%-
XYZ19.9919.8530.38-
YUV123.96141125.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.11%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=31.11%
G=31.11%
B=37.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211211470.180.1800.4224010.7452.55
Hex797993121202Af0b35
Octal17117122322220523601365
Binary111100111110011001001110010100100101010111100001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797993; }

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

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

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

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

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

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

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

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