#797994

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

Shades of Scampi #797994

Tints of Scampi #797994

Color information

#797994 (or 0x797994) is unknown color: approx Scampi. HEX triplet: 79, 79 and 94. RGB value is (121,121,148). Sum of RGB (Red+Green+Blue) = 121+121+148=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #797994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797994 is #86866B. Grayscale: #7B7B7B. Windows color (decimal): -8816236 or 9730425. OLE color: 9730425.

HSL color Cylindrical-coordinate representation of color #797994: 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 #797994 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121121148-
CMYK0.180.1800.42
HSL240º11.2%52.75%-
HSV(B)240º18.24%58.04%-
XYZ20.0719.8830.8-
YUV124.08141.5125.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=31.03%
G=31.03%
B=37.95%

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
Decimal1211211480.180.1800.4224011.252.75
Hex797994121202Af0b35
Octal17117122422220523601365
Binary111100111110011001010010010100100101010111100001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797994; }

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

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

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

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

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

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

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

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