#756DAD

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

Shades of Scampi #756DAD

Tints of Scampi #756DAD

Color information

#756DAD (or 0x756DAD) is unknown color: approx Scampi. HEX triplet: 75, 6D and AD. RGB value is (117,109,173). Sum of RGB (Red+Green+Blue) = 117+109+173=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #756DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DAD is #8A9252. Grayscale: #767676. Windows color (decimal): -9081427 or 11365749. OLE color: 11365749.

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

Color convert

RGB117109173-
CMYK0.320.3700.32
HSL247.5º28.07%55.29%-
HSV(B)247.5º36.99%67.84%-
XYZ20.3517.7441.89-
YUV118.69158.65126.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=29.32%
G=27.32%
B=43.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171091730.320.3700.32247.528.0755.29
Hex756DAD2025020f81c37
Octal16515525540450403703467
Binary111010111011011010110110000010010101000001111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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