#715D86

Color #715D86 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #715D86

Tints of Butterfly Bush #715D86

Color information

#715D86 (or 0x715D86) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5D and 86. RGB value is (113,93,134). Sum of RGB (Red+Green+Blue) = 113+93+134=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #715D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D86 is #8EA279. Grayscale: #676767. Windows color (decimal): -9347706 or 8805745. OLE color: 8805745.

HSL color Cylindrical-coordinate representation of color #715D86: hue angle of 269.27º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #715D86 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11393134-
CMYK0.160.3100.47
HSL269.27º18.06%44.51%-
HSV(B)269.27º30.6%52.55%-
XYZ15.0313.0624.28-
YUV103.65145.13134.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 134 (52.73% from 255) = 39.41%
R=33.24%
G=27.35%
B=39.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113931340.160.3100.47269.2718.0644.51
Hex715D86101F02F10d122d
Octal16113520620370574152255
Binary11100011011101100001101000011111010111110000110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,93,134); }

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

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

 a { background-color: rgb(113,93,134); }

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

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

 span { border-color: rgb(113,93,134); }

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