#756DAA

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

Shades of Scampi #756DAA

Tints of Scampi #756DAA

Color information

#756DAA (or 0x756DAA) is unknown color: approx Scampi. HEX triplet: 75, 6D and AA. RGB value is (117,109,170). Sum of RGB (Red+Green+Blue) = 117+109+170=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #756DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DAA is #8A9255. Grayscale: #767676. Windows color (decimal): -9081430 or 11169141. OLE color: 11169141.

HSL color Cylindrical-coordinate representation of color #756DAA: hue angle of 247.87º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #756DAA is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117109170-
CMYK0.310.3600.33
HSL247.87º26.41%54.71%-
HSV(B)247.87º35.88%66.67%-
XYZ20.0617.6240.37-
YUV118.35157.15127.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 109 (42.97% from 255) = 27.53%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=29.55%
G=27.53%
B=42.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171091700.310.3600.33247.8726.4154.71
Hex756DAA1F24021f81a37
Octal16515525237440413703267
Binary11101011101101101010101111110010001000011111100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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