#7964AF

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

Shades of Scampi #7964AF

Tints of Scampi #7964AF

Color information

#7964AF (or 0x7964AF) is unknown color: approx Scampi. HEX triplet: 79, 64 and AF. RGB value is (121,100,175). Sum of RGB (Red+Green+Blue) = 121+100+175=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #7964AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7964AF is #869B50. Grayscale: #727272. Windows color (decimal): -8821585 or 11494521. OLE color: 11494521.

HSL color Cylindrical-coordinate representation of color #7964AF: hue angle of 256.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7964AF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121100175-
CMYK0.310.4300.31
HSL256.8º31.91%53.92%-
HSV(B)256.8º42.86%68.63%-
XYZ20.1816.2742.64-
YUV114.83161.96132.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 100 (39.45% from 255) = 25.25%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=30.56%
G=25.25%
B=44.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211001750.310.4300.31256.831.9153.92
Hex7964AF1F2B01F1012036
Octal17114425737530374014066
Binary111100111001001010111111111101011011111100000001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7964AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7964AF; }

 p { color: rgb(121,100,175); }

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

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

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

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

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

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

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