#756AAE

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

Shades of Scampi #756AAE

Tints of Scampi #756AAE

Color information

#756AAE (or 0x756AAE) is unknown color: approx Scampi. HEX triplet: 75, 6A and AE. RGB value is (117,106,174). Sum of RGB (Red+Green+Blue) = 117+106+174=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #756AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756AAE is #8A9551. Grayscale: #747474. Windows color (decimal): -9082194 or 11430517. OLE color: 11430517.

HSL color Cylindrical-coordinate representation of color #756AAE: hue angle of 249.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #756AAE is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117106174-
CMYK0.330.3900.32
HSL249.71º29.57%54.9%-
HSV(B)249.71º39.08%68.24%-
XYZ20.1317.1542.29-
YUV117.04160.14127.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=29.47%
G=26.70%
B=43.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171061740.330.3900.32249.7129.5754.9
Hex756AAE2127020fa1e37
Octal16515225641470403723667
Binary111010111010101010111010000110011101000001111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756AAE; }

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

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

<style>
 a { background-color: #756AAE; }

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

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

<style>
 span { border-color: #756AAE; }

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

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