#756FAC

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

Shades of Scampi #756FAC

Tints of Scampi #756FAC

Color information

#756FAC (or 0x756FAC) is unknown color: approx Scampi. HEX triplet: 75, 6F and AC. RGB value is (117,111,172). Sum of RGB (Red+Green+Blue) = 117+111+172=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #756FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756FAC is #8A9053. Grayscale: #777777. Windows color (decimal): -9080916 or 11300725. OLE color: 11300725.

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

Color convert

RGB117111172-
CMYK0.320.3500.33
HSL245.9º26.87%55.49%-
HSV(B)245.9º35.47%67.45%-
XYZ20.4718.1341.45-
YUV119.75157.49126.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 111 (43.75% from 255) = 27.75%
BLUE value IS 172 (67.58% from 255) = 43%
R=29.25%
G=27.75%
B=43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171111720.320.3500.33245.926.8755.49
Hex756FAC2023021f61b37
Octal16515725440430413663367
Binary111010111011111010110010000010001101000011111011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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