#756BAD

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

Shades of Scampi #756BAD

Tints of Scampi #756BAD

Color information

#756BAD (or 0x756BAD) is unknown color: approx Scampi. HEX triplet: 75, 6B and AD. RGB value is (117,107,173). Sum of RGB (Red+Green+Blue) = 117+107+173=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #756BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BAD is #8A9452. Grayscale: #757575. Windows color (decimal): -9081939 or 11365237. OLE color: 11365237.

HSL color Cylindrical-coordinate representation of color #756BAD: hue angle of 249.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756BAD is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117107173-
CMYK0.320.3800.32
HSL249.09º28.7%54.9%-
HSV(B)249.09º38.15%67.84%-
XYZ20.1417.3141.82-
YUV117.51159.31127.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=29.47%
G=26.95%
B=43.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171071730.320.3800.32249.0928.754.9
Hex756BAD2026020f91d37
Octal16515325540460403713567
Binary111010111010111010110110000010011001000001111100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,107,173); }

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

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

 a { background-color: rgb(117,107,173); }

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

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

 span { border-color: rgb(117,107,173); }

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