#7962AE

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

Shades of Scampi #7962AE

Tints of Scampi #7962AE

Color information

#7962AE (or 0x7962AE) is unknown color: approx Scampi. HEX triplet: 79, 62 and AE. RGB value is (121,98,174). Sum of RGB (Red+Green+Blue) = 121+98+174=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #7962AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7962AE is #869D51. Grayscale: #717171. Windows color (decimal): -8822098 or 11428473. OLE color: 11428473.

HSL color Cylindrical-coordinate representation of color #7962AE: hue angle of 258.16º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7962AE is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12198174-
CMYK0.300.4400.32
HSL258.16º31.93%53.33%-
HSV(B)258.16º43.68%68.24%-
XYZ19.8915.8642.06-
YUV113.54162.12133.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.79%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=30.79%
G=24.94%
B=44.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121981740.300.4400.32258.1631.9353.33
Hex7962AE1E2C0201022035
Octal17114225636540404024065
Binary1111001110001010101110111101011000100000100000010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7962AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7962AE; }

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

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

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

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

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

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

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

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