#756AAB

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

Shades of Scampi #756AAB

Tints of Scampi #756AAB

Color information

#756AAB (or 0x756AAB) is unknown color: approx Scampi. HEX triplet: 75, 6A and AB. RGB value is (117,106,171). Sum of RGB (Red+Green+Blue) = 117+106+171=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #756AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756AAB is #8A9554. Grayscale: #747474. Windows color (decimal): -9082197 or 11233909. OLE color: 11233909.

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

Color convert

RGB117106171-
CMYK0.320.3800.33
HSL250.15º27.9%54.31%-
HSV(B)250.15º38.01%67.06%-
XYZ19.8417.0340.77-
YUV116.7158.64128.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=29.70%
G=26.90%
B=43.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171061710.320.3800.33250.1527.954.31
Hex756AAB2026021fa1c36
Octal16515225340460413723466
Binary111010111010101010101110000010011001000011111101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,106,171); }

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

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

 a { background-color: rgb(117,106,171); }

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

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

 span { border-color: rgb(117,106,171); }

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