#756DA4

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

Shades of Scampi #756DA4

Tints of Scampi #756DA4

Color information

#756DA4 (or 0x756DA4) is unknown color: approx Scampi. HEX triplet: 75, 6D and A4. RGB value is (117,109,164). Sum of RGB (Red+Green+Blue) = 117+109+164=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #756DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DA4 is #8A925B. Grayscale: #757575. Windows color (decimal): -9081436 or 10775925. OLE color: 10775925.

HSL color Cylindrical-coordinate representation of color #756DA4: hue angle of 248.73º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #756DA4 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB117109164-
CMYK0.290.3400.36
HSL248.73º23.21%53.53%-
HSV(B)248.73º33.54%64.31%-
XYZ19.5117.437.45-
YUV117.66154.15127.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 164 (64.45% from 255) = 42.05%
R=30%
G=27.95%
B=42.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171091640.290.3400.36248.7323.2153.53
Hex756DA41D22024f91736
Octal16515524435420443712766
Binary11101011101101101001001110110001001001001111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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