#756BAA

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

Shades of Scampi #756BAA

Tints of Scampi #756BAA

Color information

#756BAA (or 0x756BAA) is unknown color: approx Scampi. HEX triplet: 75, 6B and AA. RGB value is (117,107,170). Sum of RGB (Red+Green+Blue) = 117+107+170=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #756BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BAA is #8A9455. Grayscale: #747474. Windows color (decimal): -9081942 or 11168629. OLE color: 11168629.

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

Color convert

RGB117107170-
CMYK0.310.3700.33
HSL249.52º27.04%54.31%-
HSV(B)249.52º37.06%66.67%-
XYZ19.8517.240.3-
YUV117.17157.81127.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 107 (42.19% from 255) = 27.16%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=29.70%
G=27.16%
B=43.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171071700.310.3700.33249.5227.0454.31
Hex756BAA1F25021fa1b36
Octal16515325237450413723366
Binary11101011101011101010101111110010101000011111101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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