#756EA0

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

Shades of Scampi #756EA0

Tints of Scampi #756EA0

Color information

#756EA0 (or 0x756EA0) is unknown color: approx Scampi. HEX triplet: 75, 6E and A0. RGB value is (117,110,160). Sum of RGB (Red+Green+Blue) = 117+110+160=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #756EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756EA0 is #8A915F. Grayscale: #757575. Windows color (decimal): -9081184 or 10514037. OLE color: 10514037.

HSL color Cylindrical-coordinate representation of color #756EA0: hue angle of 248.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #756EA0 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB117110160-
CMYK0.270.3100.37
HSL248.4º20.83%52.94%-
HSV(B)248.4º31.25%62.75%-
XYZ19.2617.4735.62-
YUV117.79151.82127.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 160 (62.89% from 255) = 41.34%
R=30.23%
G=28.42%
B=41.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171101600.270.3100.37248.420.8352.94
Hex756EA01B1F025f81535
Octal16515624033370453702565
Binary1110101110111010100000110111111101001011111100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,110,160); }

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

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

 a { background-color: rgb(117,110,160); }

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

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

 span { border-color: rgb(117,110,160); }

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