#7567AC

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

Shades of Scampi #7567AC

Tints of Scampi #7567AC

Color information

#7567AC (or 0x7567AC) is unknown color: approx Scampi. HEX triplet: 75, 67 and AC. RGB value is (117,103,172). Sum of RGB (Red+Green+Blue) = 117+103+172=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #7567AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7567AC is #8A9853. Grayscale: #727272. Windows color (decimal): -9082964 or 11298677. OLE color: 11298677.

HSL color Cylindrical-coordinate representation of color #7567AC: hue angle of 252.17º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7567AC is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117103172-
CMYK0.320.4000.33
HSL252.17º29.36%53.92%-
HSV(B)252.17º40.12%67.45%-
XYZ19.6316.4641.17-
YUV115.05160.14129.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=29.85%
G=26.28%
B=43.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171031720.320.4000.33252.1729.3653.92
Hex7567AC2028021fc1d36
Octal16514725440500413743566
Binary111010111001111010110010000010100001000011111110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7567AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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