#756BA9

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

Shades of Scampi #756BA9

Tints of Scampi #756BA9

Color information

#756BA9 (or 0x756BA9) is unknown color: approx Scampi. HEX triplet: 75, 6B and A9. RGB value is (117,107,169). Sum of RGB (Red+Green+Blue) = 117+107+169=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 169 - color contains mainly: blue. Hex color #756BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BA9 is #8A9456. Grayscale: #747474. Windows color (decimal): -9081943 or 11103093. OLE color: 11103093.

HSL color Cylindrical-coordinate representation of color #756BA9: hue angle of 249.68º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #756BA9 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB117107169-
CMYK0.310.3700.34
HSL249.68º26.5%54.12%-
HSV(B)249.68º36.69%66.27%-
XYZ19.7617.1639.81-
YUV117.06157.31127.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 169 (66.41% from 255) = 43.00%
R=29.77%
G=27.23%
B=43.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1171071690.310.3700.34249.6826.554.12
Hex756BA91F25022fa1a36
Octal16515325137450423723266
Binary11101011101011101010011111110010101000101111101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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