#756FA1

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

Shades of Scampi #756FA1

Tints of Scampi #756FA1

Color information

#756FA1 (or 0x756FA1) is unknown color: approx Scampi. HEX triplet: 75, 6F and A1. RGB value is (117,111,161). Sum of RGB (Red+Green+Blue) = 117+111+161=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #756FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756FA1 is #8A905E. Grayscale: #767676. Windows color (decimal): -9080927 or 10579829. OLE color: 10579829.

HSL color Cylindrical-coordinate representation of color #756FA1: hue angle of 247.2º 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 #756FA1 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB117111161-
CMYK0.270.3100.37
HSL247.2º21.01%53.33%-
HSV(B)247.2º31.06%63.14%-
XYZ19.4517.7236.11-
YUV118.49151.99126.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 161 (63.28% from 255) = 41.39%
R=30.08%
G=28.53%
B=41.39%

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
Decimal1171111610.270.3100.37247.221.0153.33
Hex756FA11B1F025f71535
Octal16515724133370453672565
Binary1110101110111110100001110111111101001011111011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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