#756DB1

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

Shades of Blue Marguerite #756DB1

Tints of Blue Marguerite #756DB1

Color information

#756DB1 (or 0x756DB1) is unknown color: approx Blue Marguerite. HEX triplet: 75, 6D and B1. RGB value is (117,109,177). Sum of RGB (Red+Green+Blue) = 117+109+177=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #756DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DB1 is #8A924E. Grayscale: #767676. Windows color (decimal): -9081423 or 11627893. OLE color: 11627893.

HSL color Cylindrical-coordinate representation of color #756DB1: hue angle of 247.06º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756DB1 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117109177-
CMYK0.340.3800.31
HSL247.06º30.36%56.08%-
HSV(B)247.06º38.42%69.41%-
XYZ20.7417.8943.96-
YUV119.14160.65126.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 177 (69.53% from 255) = 43.92%
R=29.03%
G=27.05%
B=43.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171091770.340.3800.31247.0630.3656.08
Hex756DB1222601Ff71e38
Octal16515526142460373673670
Binary11101011101101101100011000101001100111111111011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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