#7566AE

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

Shades of Scampi #7566AE

Tints of Scampi #7566AE

Color information

#7566AE (or 0x7566AE) is unknown color: approx Scampi. HEX triplet: 75, 66 and AE. RGB value is (117,102,174). Sum of RGB (Red+Green+Blue) = 117+102+174=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #7566AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7566AE is #8A9951. Grayscale: #727272. Windows color (decimal): -9083218 or 11429493. OLE color: 11429493.

HSL color Cylindrical-coordinate representation of color #7566AE: hue angle of 252.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7566AE is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117102174-
CMYK0.330.4100.32
HSL252.5º30.77%54.12%-
HSV(B)252.5º41.38%68.24%-
XYZ19.7316.3442.16-
YUV114.69161.47129.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=29.77%
G=25.95%
B=44.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171021740.330.4100.32252.530.7754.12
Hex7566AE2129020fc1f36
Octal16514625641510403743766
Binary111010111001101010111010000110100101000001111110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7566AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7566AE; }

 p { color: rgb(117,102,174); }

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

<style>
 a { background-color: #7566AE; }

 a { background-color: rgb(117,102,174); }

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

<style>
 span { border-color: #7566AE; }

 span { border-color: rgb(117,102,174); }

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