#756F9B

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

Shades of Scampi #756F9B

Tints of Scampi #756F9B

Color information

#756F9B (or 0x756F9B) is unknown color: approx Scampi. HEX triplet: 75, 6F and 9B. RGB value is (117,111,155). Sum of RGB (Red+Green+Blue) = 117+111+155=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #756F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F9B is #8A9064. Grayscale: #757575. Windows color (decimal): -9080933 or 10186613. OLE color: 10186613.

HSL color Cylindrical-coordinate representation of color #756F9B: hue angle of 248.18º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756F9B is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117111155-
CMYK0.250.2800.39
HSL248.18º18.03%52.16%-
HSV(B)248.18º28.39%60.78%-
XYZ18.9417.5233.39-
YUV117.81148.99127.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=30.55%
G=28.98%
B=40.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171111550.250.2800.39248.1818.0352.16
Hex756F9B191C027f81234
Octal16515723331340473702264
Binary1110101110111110011011110011110001001111111100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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