#756AAC

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

Shades of Scampi #756AAC

Tints of Scampi #756AAC

Color information

#756AAC (or 0x756AAC) is unknown color: approx Scampi. HEX triplet: 75, 6A and AC. RGB value is (117,106,172). Sum of RGB (Red+Green+Blue) = 117+106+172=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #756AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756AAC is #8A9553. Grayscale: #747474. Windows color (decimal): -9082196 or 11299445. OLE color: 11299445.

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

Color convert

RGB117106172-
CMYK0.320.3800.33
HSL250º28.45%54.51%-
HSV(B)250º38.37%67.45%-
XYZ19.9417.0741.27-
YUV116.81159.14128.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=29.62%
G=26.84%
B=43.54%

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
Decimal1171061720.320.3800.3325028.4554.51
Hex756AAC2026021fa1c37
Octal16515225440460413723467
Binary111010111010101010110010000010011001000011111101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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