#715BAE

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

Shades of Blue Marguerite #715BAE

Tints of Blue Marguerite #715BAE

Color information

#715BAE (or 0x715BAE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5B and AE. RGB value is (113,91,174). Sum of RGB (Red+Green+Blue) = 113+91+174=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #715BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715BAE is #8EA451. Grayscale: #6A6A6A. Windows color (decimal): -9348178 or 11426673. OLE color: 11426673.

HSL color Cylindrical-coordinate representation of color #715BAE: hue angle of 255.9º 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 #715BAE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11391174-
CMYK0.350.4800.32
HSL255.9º33.88%51.96%-
HSV(B)255.9º47.7%68.24%-
XYZ18.1914.0541.8-
YUV107.04165.79132.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=29.89%
G=24.07%
B=46.03%

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
Decimal113911740.350.4800.32255.933.8851.96
Hex715BAE23300201002234
Octal16113325643600404004264
Binary11100011011011101011101000111100000100000100000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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