#755E91

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

Shades of Butterfly Bush #755E91

Tints of Butterfly Bush #755E91

Color information

#755E91 (or 0x755E91) is unknown color: approx Butterfly Bush. HEX triplet: 75, 5E and 91. RGB value is (117,94,145). Sum of RGB (Red+Green+Blue) = 117+94+145=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #755E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755E91 is #8AA16E. Grayscale: #6A6A6A. Windows color (decimal): -9085295 or 9526901. OLE color: 9526901.

HSL color Cylindrical-coordinate representation of color #755E91: hue angle of 267.06º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #755E91 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11794145-
CMYK0.190.3500.43
HSL267.06º21.34%46.86%-
HSV(B)267.06º35.17%56.86%-
XYZ16.4513.8328.59-
YUV106.69149.62135.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=32.87%
G=26.40%
B=40.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117941450.190.3500.43267.0621.3446.86
Hex755E91132302B10b152f
Octal16513622123430534132557
Binary111010110111101001000110011100011010101110000101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755E91; }

 p { color: rgb(117,94,145); }

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

<style>
 a { background-color: #755E91; }

 a { background-color: rgb(117,94,145); }

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

<style>
 span { border-color: #755E91; }

 span { border-color: rgb(117,94,145); }

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