#756497

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

Shades of Scampi #756497

Tints of Scampi #756497

Color information

#756497 (or 0x756497) is unknown color: approx Scampi. HEX triplet: 75, 64 and 97. RGB value is (117,100,151). Sum of RGB (Red+Green+Blue) = 117+100+151=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #756497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756497 is #8A9B68. Grayscale: #6E6E6E. Windows color (decimal): -9083753 or 9921653. OLE color: 9921653.

HSL color Cylindrical-coordinate representation of color #756497: hue angle of 260º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #756497 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB117100151-
CMYK0.230.3400.41
HSL260º20.32%49.22%-
HSV(B)260º33.77%59.22%-
XYZ17.4815.1331.28-
YUV110.9150.63132.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 151 (59.38% from 255) = 41.03%
R=31.79%
G=27.17%
B=41.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171001510.230.3400.4126020.3249.22
Hex75649717220291041431
Octal16514422727420514042461
Binary111010111001001001011110111100010010100110000010010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756497; }

 p { color: rgb(117,100,151); }

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

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

 a { background-color: rgb(117,100,151); }

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

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

 span { border-color: rgb(117,100,151); }

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