#756EAB

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

Shades of Scampi #756EAB

Tints of Scampi #756EAB

Color information

#756EAB (or 0x756EAB) is unknown color: approx Scampi. HEX triplet: 75, 6E and AB. RGB value is (117,110,171). Sum of RGB (Red+Green+Blue) = 117+110+171=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #756EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756EAB is #8A9154. Grayscale: #767676. Windows color (decimal): -9081173 or 11234933. OLE color: 11234933.

HSL color Cylindrical-coordinate representation of color #756EAB: hue angle of 246.89º degrees, saturation: 0.27, 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 #756EAB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117110171-
CMYK0.320.3600.33
HSL246.89º26.64%55.1%-
HSV(B)246.89º35.67%67.06%-
XYZ20.2617.8740.91-
YUV119.05157.32126.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=29.40%
G=27.64%
B=42.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171101710.320.3600.33246.8926.6455.1
Hex756EAB2024021f71b37
Octal16515625340440413673367
Binary111010111011101010101110000010010001000011111011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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