#715EAB

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

Shades of Blue Marguerite #715EAB

Tints of Blue Marguerite #715EAB

Color information

#715EAB (or 0x715EAB) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5E and AB. RGB value is (113,94,171). Sum of RGB (Red+Green+Blue) = 113+94+171=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #715EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715EAB is #8EA154. Grayscale: #6C6C6C. Windows color (decimal): -9347413 or 11230833. OLE color: 11230833.

HSL color Cylindrical-coordinate representation of color #715EAB: hue angle of 254.81º degrees, saturation: 0.31, 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 #715EAB is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11394171-
CMYK0.340.4500.33
HSL254.81º31.43%51.96%-
HSV(B)254.81º45.03%67.06%-
XYZ18.1614.4640.36-
YUV108.46163.29131.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=29.89%
G=24.87%
B=45.24%

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
Decimal113941710.340.4500.33254.8131.4351.96
Hex715EAB222D021ff1f34
Octal16113625342550413773764
Binary111000110111101010101110001010110101000011111111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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