#756FB0

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

Shades of Scampi #756FB0

Tints of Scampi #756FB0

Color information

#756FB0 (or 0x756FB0) is unknown color: approx Scampi. HEX triplet: 75, 6F and B0. RGB value is (117,111,176). Sum of RGB (Red+Green+Blue) = 117+111+176=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #756FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756FB0 is #8A904F. Grayscale: #777777. Windows color (decimal): -9080912 or 11562869. OLE color: 11562869.

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

Color convert

RGB117111176-
CMYK0.340.3700.31
HSL245.54º29.15%56.27%-
HSV(B)245.54º36.93%69.02%-
XYZ20.8618.2943.5-
YUV120.2159.49125.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 176 (69.14% from 255) = 43.56%
R=28.96%
G=27.48%
B=43.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171111760.340.3700.31245.5429.1556.27
Hex756FB0222501Ff61d38
Octal16515726042450373663570
Binary11101011101111101100001000101001010111111111011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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