#715CAA

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

Shades of Blue Marguerite #715CAA

Tints of Blue Marguerite #715CAA

Color information

#715CAA (or 0x715CAA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5C and AA. RGB value is (113,92,170). Sum of RGB (Red+Green+Blue) = 113+92+170=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #715CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715CAA is #8EA355. Grayscale: #6A6A6A. Windows color (decimal): -9347926 or 11164785. OLE color: 11164785.

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

Color convert

RGB11392170-
CMYK0.340.4600.33
HSL256.15º31.45%51.37%-
HSV(B)256.15º45.88%66.67%-
XYZ17.8914.0739.8-
YUV107.17163.46132.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=30.13%
G=24.53%
B=45.33%

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
Decimal113921700.340.4600.33256.1531.4551.37
Hex715CAA222E0211001f33
Octal16113425242560414003763
Binary1110001101110010101010100010101110010000110000000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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