#756D9B

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

Shades of Scampi #756D9B

Tints of Scampi #756D9B

Color information

#756D9B (or 0x756D9B) is unknown color: approx Scampi. HEX triplet: 75, 6D and 9B. RGB value is (117,109,155). Sum of RGB (Red+Green+Blue) = 117+109+155=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #756D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D9B is #8A9264. Grayscale: #747474. Windows color (decimal): -9081445 or 10186101. OLE color: 10186101.

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

Color convert

RGB117109155-
CMYK0.250.3000.39
HSL250.43º18.7%51.76%-
HSV(B)250.43º29.68%60.78%-
XYZ18.7217.0933.32-
YUV116.64149.65128.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 109 (42.97% from 255) = 28.61%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=30.71%
G=28.61%
B=40.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171091550.250.3000.39250.4318.751.76
Hex756D9B191E027fa1334
Octal16515523331360473722364
Binary1110101110110110011011110011111001001111111101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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