#715EAE

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

Shades of Blue Marguerite #715EAE

Tints of Blue Marguerite #715EAE

Color information

#715EAE (or 0x715EAE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5E and AE. RGB value is (113,94,174). Sum of RGB (Red+Green+Blue) = 113+94+174=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #715EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715EAE is #8EA151. Grayscale: #6C6C6C. Windows color (decimal): -9347410 or 11427441. OLE color: 11427441.

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

Color convert

RGB11394174-
CMYK0.350.4600.32
HSL254.25º33.06%52.55%-
HSV(B)254.25º45.98%68.24%-
XYZ18.4514.5741.88-
YUV108.8164.79131-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 94 (37.11% from 255) = 24.67%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=29.66%
G=24.67%
B=45.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113941740.350.4600.32254.2533.0652.55
Hex715EAE232E020fe2135
Octal16113625643560403764165
Binary1110001101111010101110100011101110010000011111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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