Shades of Butterfly Bush #785E92
Tints of Butterfly Bush #785E92
RGB
CMYK
RGB Variations
Color information
#785E92 (or 0x785E92) is known color: Butterfly Bush. HEX triplet: 78, 5E and 92. RGB value is (120,94,146). Sum of RGB (Red+Green+Blue) = 120+94+146=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #785E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E92 is #87A16D. Grayscale: #6B6B6B. Windows color (decimal): -8888686 or 9592440. OLE color: 9592440.
HSL color Cylindrical-coordinate representation of color #785E92: hue angle of 270º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #785E92 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 94 | 146 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.43 |
| HSL | 270º | 0.22% | 0.47% | - |
| HSV(B) | 270º | 0.36% | 0.57% | - |
| XYZ | 16.94 | 14.07 | 29.02 | - |
| YUV | 107.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 146 | 0.18 | 0.36 | 0 | 0.43 | 270 | 0.22 | 0.47 |
| Hex | 78 | 5E | 92 | 12 | 24 | 0 | 2B | 10E | 16 | 2F |
| Octal | 170 | 136 | 222 | 22 | 44 | 0 | 53 | 416 | 26 | 57 |
| Binary | 1111000 | 1011110 | 10010010 | 10010 | 100100 | 0 | 101011 | 100001110 | 10110 | 101111 |
Color Harmonies of #785E92
Complementary color
Monochromatic Colors of #785E92
Black with #785E92
Text Example
Text Example
White with #785E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E92; }
p { color: rgb(120,94,146); }
H1.HeaderClassName
{
color: #785E92;
}
.AnyTagClassName
{
color: #785E92;
}
</style>
background-color css
<style>
a { background-color: #785E92; }
a { background-color: rgb(120,94,146); }
div.DivClassName
{
background-color: #785E92;
}
.BgClassName
{
background-color: #785E92;
}
</style>
border-color css
<style>
span { border-color: #785E92; }
span { border-color: rgb(120,94,146); }
td.TdClassName
{
border-color: #785E92;
}
.TagClassName
{
border-color: #785E92;
}
</style>