#756F93

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

Shades of Scampi #756F93

Tints of Scampi #756F93

Color information

#756F93 (or 0x756F93) is unknown color: approx Scampi. HEX triplet: 75, 6F and 93. RGB value is (117,111,147). Sum of RGB (Red+Green+Blue) = 117+111+147=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #756F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F93 is #8A906C. Grayscale: #747474. Windows color (decimal): -9080941 or 9662325. OLE color: 9662325.

HSL color Cylindrical-coordinate representation of color #756F93: hue angle of 250º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756F93 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117111147-
CMYK0.200.2400.42
HSL250º14.29%50.59%-
HSV(B)250º24.49%57.65%-
XYZ18.2917.2629.97-
YUV116.9144.99128.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=31.2%
G=29.6%
B=39.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171111470.200.2400.4225014.2950.59
Hex756F93141802Afae33
Octal16515722324300523721663
Binary111010111011111001001110100110000101010111110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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