#796297

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

Shades of Scampi #796297

Tints of Scampi #796297

Color information

#796297 (or 0x796297) is unknown color: approx Scampi. HEX triplet: 79, 62 and 97. RGB value is (121,98,151). Sum of RGB (Red+Green+Blue) = 121+98+151=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #796297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796297 is #869D68. Grayscale: #6E6E6E. Windows color (decimal): -8822121 or 9921145. OLE color: 9921145.

HSL color Cylindrical-coordinate representation of color #796297: hue angle of 266.04º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #796297 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12198151-
CMYK0.200.3500.41
HSL266.04º21.29%48.82%-
HSV(B)266.04º35.1%59.22%-
XYZ17.8415.0331.24-
YUV110.92150.62135.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.70%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 151 (59.38% from 255) = 40.81%
R=32.70%
G=26.49%
B=40.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121981510.200.3500.41266.0421.2948.82
Hex796297142302910a1531
Octal17114222724430514122561
Binary111100111000101001011110100100011010100110000101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796297; }

 p { color: rgb(121,98,151); }

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

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

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

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

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

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

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