#756AB5

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

Shades of Blue Marguerite #756AB5

Tints of Blue Marguerite #756AB5

Color information

#756AB5 (or 0x756AB5) is unknown color: approx Blue Marguerite. HEX triplet: 75, 6A and B5. RGB value is (117,106,181). Sum of RGB (Red+Green+Blue) = 117+106+181=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #756AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AB5 is #8A954A. Grayscale: #757575. Windows color (decimal): -9082187 or 11889269. OLE color: 11889269.

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

Color convert

RGB117106181-
CMYK0.350.4100.29
HSL248.8º33.63%56.27%-
HSV(B)248.8º41.44%70.98%-
XYZ20.8317.4345.98-
YUV117.84163.64127.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 181 (71.09% from 255) = 44.80%
R=28.96%
G=26.24%
B=44.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171061810.350.4100.29248.833.6356.27
Hex756AB5232901Df92238
Octal16515226543510353714270
Binary111010111010101011010110001110100101110111111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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