#7468AC

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

Shades of Scampi #7468AC

Tints of Scampi #7468AC

Color information

#7468AC (or 0x7468AC) is unknown color: approx Scampi. HEX triplet: 74, 68 and AC. RGB value is (116,104,172). Sum of RGB (Red+Green+Blue) = 116+104+172=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 104 (41.02% from 255 or 26.53% 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 #7468AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7468AC is #8B9753. Grayscale: #737373. Windows color (decimal): -9148244 or 11298932. OLE color: 11298932.

HSL color Cylindrical-coordinate representation of color #7468AC: hue angle of 250.59º 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 #7468AC is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116104172-
CMYK0.330.4000.33
HSL250.59º29.06%54.12%-
HSV(B)250.59º39.53%67.45%-
XYZ19.616.5941.2-
YUV115.34159.98128.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=29.59%
G=26.53%
B=43.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161041720.330.4000.33250.5929.0654.12
Hex7468AC2128021fb1d36
Octal16415025441500413733566
Binary111010011010001010110010000110100001000011111101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7468AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,104,172); }

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

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

 a { background-color: rgb(116,104,172); }

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

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

 span { border-color: rgb(116,104,172); }

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