#797892

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

Shades of Scampi #797892

Tints of Scampi #797892

Color information

#797892 (or 0x797892) is unknown color: approx Scampi. HEX triplet: 79, 78 and 92. RGB value is (121,120,146). Sum of RGB (Red+Green+Blue) = 121+120+146=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #797892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797892 is #86876D. Grayscale: #7B7B7B. Windows color (decimal): -8816494 or 9599097. OLE color: 9599097.

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

Color convert

RGB121120146-
CMYK0.170.1800.43
HSL242.31º10.66%52.16%-
HSV(B)242.31º17.81%57.25%-
XYZ19.7919.5729.93-
YUV123.26140.83126.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.27%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=31.27%
G=31.01%
B=37.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211201460.170.1800.43242.3110.6652.16
Hex797892111202Bf2b34
Octal17117022221220533621364
Binary111100111110001001001010001100100101011111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797892; }

 p { color: rgb(121,120,146); }

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

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

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

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

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

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

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