Shades of Moody Blue #8578B8
Tints of Moody Blue #8578B8
RGB
CMYK
RGB Variations
Color information
#8578B8 (or 0x8578B8) is known color: Moody Blue. HEX triplet: 85, 78 and B8. RGB value is (133,120,184). Sum of RGB (Red+Green+Blue) = 133+120+184=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 184 - color contains mainly: blue. Hex color #8578B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8578B8 is #7A8747. Grayscale: #828282. Windows color (decimal): -8030024 or 12089477. OLE color: 12089477.
HSL color Cylindrical-coordinate representation of color #8578B8: hue angle of 252.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8578B8 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 120 | 184 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.28 |
| HSL | 252.19º | 0.31% | 0.6% | - |
| HSV(B) | 252.19º | 0.35% | 0.72% | - |
| XYZ | 25.04 | 21.88 | 48.25 | - |
| YUV | 131.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 184 | 0.28 | 0.35 | 0 | 0.28 | 252.19 | 0.31 | 0.6 |
| Hex | 85 | 78 | B8 | 1C | 23 | 0 | 1C | FC | 1F | 3C |
| Octal | 205 | 170 | 270 | 34 | 43 | 0 | 34 | 374 | 37 | 74 |
| Binary | 10000101 | 1111000 | 10111000 | 11100 | 100011 | 0 | 11100 | 11111100 | 11111 | 111100 |
Color Harmonies of #8578B8
Complementary color
Monochromatic Colors of #8578B8
Black with #8578B8
Text Example
Text Example
White with #8578B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8578B8; }
p { color: rgb(133,120,184); }
H1.HeaderClassName
{
color: #8578B8;
}
.AnyTagClassName
{
color: #8578B8;
}
</style>
background-color css
<style>
a { background-color: #8578B8; }
a { background-color: rgb(133,120,184); }
div.DivClassName
{
background-color: #8578B8;
}
.BgClassName
{
background-color: #8578B8;
}
</style>
border-color css
<style>
span { border-color: #8578B8; }
span { border-color: rgb(133,120,184); }
td.TdClassName
{
border-color: #8578B8;
}
.TagClassName
{
border-color: #8578B8;
}
</style>