#756EAD

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

Shades of Scampi #756EAD

Tints of Scampi #756EAD

Color information

#756EAD (or 0x756EAD) is unknown color: approx Scampi. HEX triplet: 75, 6E and AD. RGB value is (117,110,173). Sum of RGB (Red+Green+Blue) = 117+110+173=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #756EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756EAD is #8A9152. Grayscale: #777777. Windows color (decimal): -9081171 or 11366005. OLE color: 11366005.

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

Color convert

RGB117110173-
CMYK0.320.3600.32
HSL246.67º27.75%55.49%-
HSV(B)246.67º36.42%67.84%-
XYZ20.4517.9541.92-
YUV119.28158.32126.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 110 (43.36% from 255) = 27.5%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=29.25%
G=27.5%
B=43.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171101730.320.3600.32246.6727.7555.49
Hex756EAD2024020f71c37
Octal16515625540440403673467
Binary111010111011101010110110000010010001000001111011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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