Html Css Color HEX #7564AC Scampi

📋 copy color: '#7564AC'

red 117 ◦ green 100 ◦ blue 172

#7564AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #7564AC

Tints of Scampi #7564AC

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 value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7564AC (or 0x7564AC) is known color: 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

RGB 117 100 172 -
CMYK 0.32 0.42 0 0.33
HSL 254.17º 0.3% 0.53% -
HSV(B) 254.17º 0.42% 0.67% -
XYZ 19.34 15.87 41.07 -
YUV 113.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 117 100 172 0.32 0.42 0 0.33 254.17 0.3 0.53
Hex 75 64 AC 20 2A 0 21 FE 1E 35
Octal 165 144 254 40 52 0 41 376 36 65
Binary 1110101 1100100 10101100 100000 101010 0 100001 11111110 11110 110101

Color Harmonies of #7564AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7564AC

Black with #7564AC

Text Example


Text Example

White with #7564AC

Text Example


Text Example

HTML Codes & Css Web 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>