#756AB3

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

Shades of Blue Marguerite #756AB3

Tints of Blue Marguerite #756AB3

Color information

#756AB3 (or 0x756AB3) is unknown color: approx Blue Marguerite. HEX triplet: 75, 6A and B3. RGB value is (117,106,179). Sum of RGB (Red+Green+Blue) = 117+106+179=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #756AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AB3 is #8A954C. Grayscale: #757575. Windows color (decimal): -9082189 or 11758197. OLE color: 11758197.

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

Color convert

RGB117106179-
CMYK0.350.4100.30
HSL249.04º32.44%55.88%-
HSV(B)249.04º40.78%70.2%-
XYZ20.6317.3444.91-
YUV117.61162.64127.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 106 (41.80% from 255) = 26.37%
BLUE value IS 179 (70.31% from 255) = 44.53%
R=29.10%
G=26.37%
B=44.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171061790.350.4100.30249.0432.4455.88
Hex756AB3232901Ef92038
Octal16515226343510363714070
Binary111010111010101011001110001110100101111011111001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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