Shades of Moody Blue #8578BD
Tints of Moody Blue #8578BD
RGB
CMYK
RGB Variations
Color information
#8578BD (or 0x8578BD) is known color: Moody Blue. HEX triplet: 85, 78 and BD. RGB value is (133,120,189). Sum of RGB (Red+Green+Blue) = 133+120+189=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #8578BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8578BD is #7A8742. Grayscale: #838383. Windows color (decimal): -8030019 or 12417157. OLE color: 12417157.
HSL color Cylindrical-coordinate representation of color #8578BD: hue angle of 251.3º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8578BD is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 120 | 189 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.26 |
| HSL | 251.3º | 0.34% | 0.61% | - |
| HSV(B) | 251.3º | 0.37% | 0.74% | - |
| XYZ | 25.57 | 22.09 | 51.06 | - |
| YUV | 131.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 189 | 0.30 | 0.37 | 0 | 0.26 | 251.3 | 0.34 | 0.61 |
| Hex | 85 | 78 | BD | 1E | 25 | 0 | 1A | FB | 22 | 3D |
| Octal | 205 | 170 | 275 | 36 | 45 | 0 | 32 | 373 | 42 | 75 |
| Binary | 10000101 | 1111000 | 10111101 | 11110 | 100101 | 0 | 11010 | 11111011 | 100010 | 111101 |
Color Harmonies of #8578BD
Complementary color
Monochromatic Colors of #8578BD
Black with #8578BD
Text Example
Text Example
White with #8578BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8578BD; }
p { color: rgb(133,120,189); }
H1.HeaderClassName
{
color: #8578BD;
}
.AnyTagClassName
{
color: #8578BD;
}
</style>
background-color css
<style>
a { background-color: #8578BD; }
a { background-color: rgb(133,120,189); }
div.DivClassName
{
background-color: #8578BD;
}
.BgClassName
{
background-color: #8578BD;
}
</style>
border-color css
<style>
span { border-color: #8578BD; }
span { border-color: rgb(133,120,189); }
td.TdClassName
{
border-color: #8578BD;
}
.TagClassName
{
border-color: #8578BD;
}
</style>