Shades of Butterfly Bush #785E96
Tints of Butterfly Bush #785E96
RGB
CMYK
RGB Variations
Color information
#785E96 (or 0x785E96) is known color: Butterfly Bush. HEX triplet: 78, 5E and 96. RGB value is (120,94,150). Sum of RGB (Red+Green+Blue) = 120+94+150=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #785E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E96 is #87A169. Grayscale: #6B6B6B. Windows color (decimal): -8888682 or 9854584. OLE color: 9854584.
HSL color Cylindrical-coordinate representation of color #785E96: hue angle of 267.86º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #785E96 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 94 | 150 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.41 |
| HSL | 267.86º | 0.23% | 0.48% | - |
| HSV(B) | 267.86º | 0.37% | 0.59% | - |
| XYZ | 17.25 | 14.2 | 30.69 | - |
| YUV | 108.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 150 | 0.20 | 0.37 | 0 | 0.41 | 267.86 | 0.23 | 0.48 |
| Hex | 78 | 5E | 96 | 14 | 25 | 0 | 29 | 10C | 17 | 30 |
| Octal | 170 | 136 | 226 | 24 | 45 | 0 | 51 | 414 | 27 | 60 |
| Binary | 1111000 | 1011110 | 10010110 | 10100 | 100101 | 0 | 101001 | 100001100 | 10111 | 110000 |
Color Harmonies of #785E96
Complementary color
Monochromatic Colors of #785E96
Black with #785E96
Text Example
Text Example
White with #785E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E96; }
p { color: rgb(120,94,150); }
H1.HeaderClassName
{
color: #785E96;
}
.AnyTagClassName
{
color: #785E96;
}
</style>
background-color css
<style>
a { background-color: #785E96; }
a { background-color: rgb(120,94,150); }
div.DivClassName
{
background-color: #785E96;
}
.BgClassName
{
background-color: #785E96;
}
</style>
border-color css
<style>
span { border-color: #785E96; }
span { border-color: rgb(120,94,150); }
td.TdClassName
{
border-color: #785E96;
}
.TagClassName
{
border-color: #785E96;
}
</style>