#715BAA

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

Shades of Blue Marguerite #715BAA

Tints of Blue Marguerite #715BAA

Color information

#715BAA (or 0x715BAA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5B and AA. RGB value is (113,91,170). Sum of RGB (Red+Green+Blue) = 113+91+170=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #715BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715BAA is #8EA455. Grayscale: #6A6A6A. Windows color (decimal): -9348182 or 11164529. OLE color: 11164529.

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

Color convert

RGB11391170-
CMYK0.340.4600.33
HSL256.71º31.73%51.18%-
HSV(B)256.71º46.47%66.67%-
XYZ17.8113.939.77-
YUV106.58163.79132.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 91 (35.94% from 255) = 24.33%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=30.21%
G=24.33%
B=45.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113911700.340.4600.33256.7131.7351.18
Hex715BAA222E0211012033
Octal16113325242560414014063
Binary11100011011011101010101000101011100100001100000001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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