#715AAE

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

Shades of Blue Marguerite #715AAE

Tints of Blue Marguerite #715AAE

Color information

#715AAE (or 0x715AAE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5A and AE. RGB value is (113,90,174). Sum of RGB (Red+Green+Blue) = 113+90+174=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #715AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AAE is #8EA551. Grayscale: #6A6A6A. Windows color (decimal): -9348434 or 11426417. OLE color: 11426417.

HSL color Cylindrical-coordinate representation of color #715AAE: hue angle of 256.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #715AAE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11390174-
CMYK0.350.4800.32
HSL256.43º34.15%51.76%-
HSV(B)256.43º48.28%68.24%-
XYZ18.1113.8841.77-
YUV106.45166.12132.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=29.97%
G=23.87%
B=46.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113901740.350.4800.32256.4334.1551.76
Hex715AAE23300201002234
Octal16113225643600404004264
Binary11100011011010101011101000111100000100000100000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715AAE; }

 p { color: rgb(113,90,174); }

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

<style>
 a { background-color: #715AAE; }

 a { background-color: rgb(113,90,174); }

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

<style>
 span { border-color: #715AAE; }

 span { border-color: rgb(113,90,174); }

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