Shades of Butterfly Bush #745E8B
Tints of Butterfly Bush #745E8B
RGB
CMYK
RGB Variations
Color information
#745E8B (or 0x745E8B) is known color: Butterfly Bush. HEX triplet: 74, 5E and 8B. RGB value is (116,94,139). Sum of RGB (Red+Green+Blue) = 116+94+139=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #745E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745E8B is #8BA174. Grayscale: #696969. Windows color (decimal): -9150837 or 9133684. OLE color: 9133684.
HSL color Cylindrical-coordinate representation of color #745E8B: hue angle of 269.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #745E8B is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 94 | 139 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.45 |
| HSL | 269.33º | 0.19% | 0.46% | - |
| HSV(B) | 269.33º | 0.32% | 0.55% | - |
| XYZ | 15.87 | 13.58 | 26.21 | - |
| YUV | 105.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 139 | 0.17 | 0.32 | 0 | 0.45 | 269.33 | 0.19 | 0.46 |
| Hex | 74 | 5E | 8B | 11 | 20 | 0 | 2D | 10D | 13 | 2E |
| Octal | 164 | 136 | 213 | 21 | 40 | 0 | 55 | 415 | 23 | 56 |
| Binary | 1110100 | 1011110 | 10001011 | 10001 | 100000 | 0 | 101101 | 100001101 | 10011 | 101110 |
Color Harmonies of #745E8B
Complementary color
Monochromatic Colors of #745E8B
Black with #745E8B
Text Example
Text Example
White with #745E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745E8B; }
p { color: rgb(116,94,139); }
H1.HeaderClassName
{
color: #745E8B;
}
.AnyTagClassName
{
color: #745E8B;
}
</style>
background-color css
<style>
a { background-color: #745E8B; }
a { background-color: rgb(116,94,139); }
div.DivClassName
{
background-color: #745E8B;
}
.BgClassName
{
background-color: #745E8B;
}
</style>
border-color css
<style>
span { border-color: #745E8B; }
span { border-color: rgb(116,94,139); }
td.TdClassName
{
border-color: #745E8B;
}
.TagClassName
{
border-color: #745E8B;
}
</style>