#756FAD

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

Shades of Scampi #756FAD

Tints of Scampi #756FAD

Color information

#756FAD (or 0x756FAD) is unknown color: approx Scampi. HEX triplet: 75, 6F and AD. RGB value is (117,111,173). Sum of RGB (Red+Green+Blue) = 117+111+173=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #756FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756FAD is #8A9052. Grayscale: #777777. Windows color (decimal): -9080915 or 11366261. OLE color: 11366261.

HSL color Cylindrical-coordinate representation of color #756FAD: hue angle of 245.81º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #756FAD is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117111173-
CMYK0.320.3600.32
HSL245.81º27.43%55.69%-
HSV(B)245.81º35.84%67.84%-
XYZ20.5618.1741.96-
YUV119.86157.99125.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=29.18%
G=27.68%
B=43.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171111730.320.3600.32245.8127.4355.69
Hex756FAD2024020f61b38
Octal16515725540440403663370
Binary111010111011111010110110000010010001000001111011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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