#7564AC

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

Shades of Scampi #7564AC

Tints of Scampi #7564AC

Color information

#7564AC (or 0x7564AC) is unknown color: approx Scampi. HEX triplet: 75, 64 and AC. RGB value is (117,100,172). Sum of RGB (Red+Green+Blue) = 117+100+172=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #7564AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7564AC is #8A9B53. Grayscale: #717171. Windows color (decimal): -9083732 or 11297909. OLE color: 11297909.

HSL color Cylindrical-coordinate representation of color #7564AC: hue angle of 254.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7564AC is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117100172-
CMYK0.320.4200.33
HSL254.17º30.25%53.33%-
HSV(B)254.17º41.86%67.45%-
XYZ19.3415.8741.07-
YUV113.29161.13130.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=30.08%
G=25.71%
B=44.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171001720.320.4200.33254.1730.2553.33
Hex7564AC202A021fe1e35
Octal16514425440520413763665
Binary111010111001001010110010000010101001000011111111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7564AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7564AC; }

 p { color: rgb(117,100,172); }

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

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

 a { background-color: rgb(117,100,172); }

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

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

 span { border-color: rgb(117,100,172); }

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