#756AB6

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

Shades of Blue Marguerite #756AB6

Tints of Blue Marguerite #756AB6

Color information

#756AB6 (or 0x756AB6) is unknown color: approx Blue Marguerite. HEX triplet: 75, 6A and B6. RGB value is (117,106,182). Sum of RGB (Red+Green+Blue) = 117+106+182=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #756AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AB6 is #8A9549. Grayscale: #757575. Windows color (decimal): -9082186 or 11954805. OLE color: 11954805.

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

Color convert

RGB117106182-
CMYK0.360.4200.29
HSL248.68º34.23%56.47%-
HSV(B)248.68º41.76%71.37%-
XYZ20.9317.4746.52-
YUV117.95164.14127.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 182 (71.48% from 255) = 44.94%
R=28.89%
G=26.17%
B=44.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171061820.360.4200.29248.6834.2356.47
Hex756AB6242A01Df92238
Octal16515226644520353714270
Binary111010111010101011011010010010101001110111111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,106,182); }

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

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

 a { background-color: rgb(117,106,182); }

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

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

 span { border-color: rgb(117,106,182); }

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