#756BB9

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

Shades of Blue Marguerite #756BB9

Tints of Blue Marguerite #756BB9

Color information

#756BB9 (or 0x756BB9) is unknown color: approx Blue Marguerite. HEX triplet: 75, 6B and B9. RGB value is (117,107,185). Sum of RGB (Red+Green+Blue) = 117+107+185=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #756BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BB9 is #8A9446. Grayscale: #767676. Windows color (decimal): -9081927 or 12151669. OLE color: 12151669.

HSL color Cylindrical-coordinate representation of color #756BB9: hue angle of 247.69º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #756BB9 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117107185-
CMYK0.370.4200.27
HSL247.69º35.78%57.25%-
HSV(B)247.69º42.16%72.55%-
XYZ21.3517.848.21-
YUV118.88165.31126.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 185 (72.66% from 255) = 45.23%
R=28.61%
G=26.16%
B=45.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171071850.370.4200.27247.6935.7857.25
Hex756BB9252A01Bf82439
Octal16515327145520333704471
Binary111010111010111011100110010110101001101111111000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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