#715FAE

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

Shades of Blue Marguerite #715FAE

Tints of Blue Marguerite #715FAE

Color information

#715FAE (or 0x715FAE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5F and AE. RGB value is (113,95,174). Sum of RGB (Red+Green+Blue) = 113+95+174=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #715FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715FAE is #8EA051. Grayscale: #6D6D6D. Windows color (decimal): -9347154 or 11427697. OLE color: 11427697.

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

Color convert

RGB11395174-
CMYK0.350.4500.32
HSL253.67º32.78%52.75%-
HSV(B)253.67º45.4%68.24%-
XYZ18.5414.7541.91-
YUV109.39164.46130.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=29.58%
G=24.87%
B=45.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113951740.350.4500.32253.6732.7852.75
Hex715FAE232D020fe2135
Octal16113725643550403764165
Binary1110001101111110101110100011101101010000011111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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