#756BA6

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

Shades of Scampi #756BA6

Tints of Scampi #756BA6

Color information

#756BA6 (or 0x756BA6) is unknown color: approx Scampi. HEX triplet: 75, 6B and A6. RGB value is (117,107,166). Sum of RGB (Red+Green+Blue) = 117+107+166=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #756BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BA6 is #8A9459. Grayscale: #747474. Windows color (decimal): -9081946 or 10906485. OLE color: 10906485.

HSL color Cylindrical-coordinate representation of color #756BA6: hue angle of 250.17º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #756BA6 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB117107166-
CMYK0.300.3600.35
HSL250.17º24.89%53.53%-
HSV(B)250.17º35.54%65.1%-
XYZ19.4817.0538.34-
YUV116.72155.81128.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 166 (65.23% from 255) = 42.56%
R=30%
G=27.44%
B=42.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171071660.300.3600.35250.1724.8953.53
Hex756BA61E24023fa1936
Octal16515324636440433723166
Binary11101011101011101001101111010010001000111111101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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