#756DAC

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

Shades of Scampi #756DAC

Tints of Scampi #756DAC

Color information

#756DAC (or 0x756DAC) is unknown color: approx Scampi. HEX triplet: 75, 6D and AC. RGB value is (117,109,172). Sum of RGB (Red+Green+Blue) = 117+109+172=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #756DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DAC is #8A9253. Grayscale: #767676. Windows color (decimal): -9081428 or 11300213. OLE color: 11300213.

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

Color convert

RGB117109172-
CMYK0.320.3700.33
HSL247.62º27.51%55.1%-
HSV(B)247.62º36.63%67.45%-
XYZ20.2517.741.38-
YUV118.57158.15126.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=29.40%
G=27.39%
B=43.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171091720.320.3700.33247.6227.5155.1
Hex756DAC2025021f81c37
Octal16515525440450413703467
Binary111010111011011010110010000010010101000011111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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