#715EAC

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

Shades of Blue Marguerite #715EAC

Tints of Blue Marguerite #715EAC

Color information

#715EAC (or 0x715EAC) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5E and AC. RGB value is (113,94,172). Sum of RGB (Red+Green+Blue) = 113+94+172=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #715EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715EAC is #8EA153. Grayscale: #6C6C6C. Windows color (decimal): -9347412 or 11296369. OLE color: 11296369.

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

Color convert

RGB11394172-
CMYK0.340.4500.33
HSL254.62º31.97%52.16%-
HSV(B)254.62º45.35%67.45%-
XYZ18.2614.4940.87-
YUV108.57163.79131.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=29.82%
G=24.80%
B=45.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113941720.340.4500.33254.6231.9752.16
Hex715EAC222D021ff2034
Octal16113625442550413774064
Binary1110001101111010101100100010101101010000111111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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