#756DB4

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

Shades of Blue Marguerite #756DB4

Tints of Blue Marguerite #756DB4

Color information

#756DB4 (or 0x756DB4) is unknown color: approx Blue Marguerite. HEX triplet: 75, 6D and B4. RGB value is (117,109,180). Sum of RGB (Red+Green+Blue) = 117+109+180=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #756DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DB4 is #8A924B. Grayscale: #777777. Windows color (decimal): -9081420 or 11824501. OLE color: 11824501.

HSL color Cylindrical-coordinate representation of color #756DB4: hue angle of 246.76º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #756DB4 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117109180-
CMYK0.350.3900.29
HSL246.76º32.13%56.67%-
HSV(B)246.76º39.44%70.59%-
XYZ21.0418.0145.55-
YUV119.49162.15126.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=28.82%
G=26.85%
B=44.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171091800.350.3900.29246.7632.1356.67
Hex756DB4232701Df72039
Octal16515526443470353674071
Binary111010111011011011010010001110011101110111110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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