#756897

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

Shades of Scampi #756897

Tints of Scampi #756897

Color information

#756897 (or 0x756897) is unknown color: approx Scampi. HEX triplet: 75, 68 and 97. RGB value is (117,104,151). Sum of RGB (Red+Green+Blue) = 117+104+151=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #756897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756897 is #8A9768. Grayscale: #717171. Windows color (decimal): -9082729 or 9922677. OLE color: 9922677.

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

Color convert

RGB117104151-
CMYK0.230.3100.41
HSL256.6º18.43%50%-
HSV(B)256.6º31.13%59.22%-
XYZ17.8715.9231.41-
YUV113.24149.31130.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 104 (41.02% from 255) = 27.96%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=31.45%
G=27.96%
B=40.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171041510.230.3100.41256.618.4350
Hex756897171F0291011232
Octal16515022727370514012262
Binary11101011101000100101111011111111010100110000000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756897; }

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

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

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

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

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

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

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

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