#756BAC

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

Shades of Scampi #756BAC

Tints of Scampi #756BAC

Color information

#756BAC (or 0x756BAC) is unknown color: approx Scampi. HEX triplet: 75, 6B and AC. RGB value is (117,107,172). Sum of RGB (Red+Green+Blue) = 117+107+172=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #756BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BAC is #8A9453. Grayscale: #757575. Windows color (decimal): -9081940 or 11299701. OLE color: 11299701.

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

Color convert

RGB117107172-
CMYK0.320.3800.33
HSL249.23º28.14%54.71%-
HSV(B)249.23º37.79%67.45%-
XYZ20.0417.2841.31-
YUV117.4158.81127.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 107 (42.19% from 255) = 27.02%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=29.55%
G=27.02%
B=43.43%

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
Decimal1171071720.320.3800.33249.2328.1454.71
Hex756BAC2026021f91c37
Octal16515325440460413713467
Binary111010111010111010110010000010011001000011111100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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