#715AB2

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

Shades of Blue Marguerite #715AB2

Tints of Blue Marguerite #715AB2

Color information

#715AB2 (or 0x715AB2) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5A and B2. RGB value is (113,90,178). Sum of RGB (Red+Green+Blue) = 113+90+178=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 178 - color contains mainly: blue. Hex color #715AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AB2 is #8EA54D. Grayscale: #6A6A6A. Windows color (decimal): -9348430 or 11688561. OLE color: 11688561.

HSL color Cylindrical-coordinate representation of color #715AB2: hue angle of 255.68º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #715AB2 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11390178-
CMYK0.370.4900.30
HSL255.68º36.36%52.55%-
HSV(B)255.68º49.44%69.8%-
XYZ18.514.0443.85-
YUV106.91168.12132.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 178 (69.92% from 255) = 46.72%
R=29.66%
G=23.62%
B=46.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal113901780.370.4900.30255.6836.3652.55
Hex715AB2253101E1002435
Octal16113226245610364004465
Binary1110001101101010110010100101110001011110100000000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,90,178); }

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

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

 a { background-color: rgb(113,90,178); }

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

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

 span { border-color: rgb(113,90,178); }

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