#756EA1

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

Shades of Scampi #756EA1

Tints of Scampi #756EA1

Color information

#756EA1 (or 0x756EA1) is unknown color: approx Scampi. HEX triplet: 75, 6E and A1. RGB value is (117,110,161). Sum of RGB (Red+Green+Blue) = 117+110+161=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #756EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756EA1 is #8A915E. Grayscale: #757575. Windows color (decimal): -9081183 or 10579573. OLE color: 10579573.

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

Color convert

RGB117110161-
CMYK0.270.3200.37
HSL248.24º21.34%53.14%-
HSV(B)248.24º31.68%63.14%-
XYZ19.3517.5136.08-
YUV117.91152.32127.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 161 (63.28% from 255) = 41.49%
R=30.15%
G=28.35%
B=41.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171101610.270.3200.37248.2421.3453.14
Hex756EA11B20025f81535
Octal16515624133400453702565
Binary11101011101110101000011101110000001001011111100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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