Shades of Butterfly Bush #755E90
Tints of Butterfly Bush #755E90
RGB
CMYK
RGB Variations
Color information
#755E90 (or 0x755E90) is known color: Butterfly Bush. HEX triplet: 75, 5E and 90. RGB value is (117,94,144). Sum of RGB (Red+Green+Blue) = 117+94+144=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #755E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755E90 is #8AA16F. Grayscale: #6A6A6A. Windows color (decimal): -9085296 or 9461365. OLE color: 9461365.
HSL color Cylindrical-coordinate representation of color #755E90: hue angle of 267.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #755E90 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 94 | 144 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.44 |
| HSL | 267.6º | 0.21% | 0.47% | - |
| HSV(B) | 267.6º | 0.35% | 0.56% | - |
| XYZ | 16.37 | 13.8 | 28.19 | - |
| YUV | 106.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 144 | 0.19 | 0.35 | 0 | 0.44 | 267.6 | 0.21 | 0.47 |
| Hex | 75 | 5E | 90 | 13 | 23 | 0 | 2C | 10C | 15 | 2F |
| Octal | 165 | 136 | 220 | 23 | 43 | 0 | 54 | 414 | 25 | 57 |
| Binary | 1110101 | 1011110 | 10010000 | 10011 | 100011 | 0 | 101100 | 100001100 | 10101 | 101111 |
Color Harmonies of #755E90
Complementary color
Monochromatic Colors of #755E90
Black with #755E90
Text Example
Text Example
White with #755E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E90; }
p { color: rgb(117,94,144); }
H1.HeaderClassName
{
color: #755E90;
}
.AnyTagClassName
{
color: #755E90;
}
</style>
background-color css
<style>
a { background-color: #755E90; }
a { background-color: rgb(117,94,144); }
div.DivClassName
{
background-color: #755E90;
}
.BgClassName
{
background-color: #755E90;
}
</style>
border-color css
<style>
span { border-color: #755E90; }
span { border-color: rgb(117,94,144); }
td.TdClassName
{
border-color: #755E90;
}
.TagClassName
{
border-color: #755E90;
}
</style>