#7266AC

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

Shades of Scampi #7266AC

Tints of Scampi #7266AC

Color information

#7266AC (or 0x7266AC) is unknown color: approx Scampi. HEX triplet: 72, 66 and AC. RGB value is (114,102,172). Sum of RGB (Red+Green+Blue) = 114+102+172=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #7266AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7266AC is #8D9953. Grayscale: #717171. Windows color (decimal): -9279828 or 11298418. OLE color: 11298418.

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

Color convert

RGB114102172-
CMYK0.340.4100.33
HSL250.29º29.66%53.73%-
HSV(B)250.29º40.7%67.45%-
XYZ19.1416.0641.12-
YUV113.57160.98128.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=29.38%
G=26.29%
B=44.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141021720.340.4100.33250.2929.6653.73
Hex7266AC2229021fa1e36
Octal16214625442510413723666
Binary111001011001101010110010001010100101000011111101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7266AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,102,172); }

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

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

 a { background-color: rgb(114,102,172); }

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

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

 span { border-color: rgb(114,102,172); }

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