Shades of Moody Blue #8572CF
Tints of Moody Blue #8572CF
RGB
CMYK
RGB Variations
Color information
#8572CF (or 0x8572CF) is known color: Moody Blue. HEX triplet: 85, 72 and CF. RGB value is (133,114,207). Sum of RGB (Red+Green+Blue) = 133+114+207=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #8572CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8572CF is #7A8D30. Grayscale: #818181. Windows color (decimal): -8031537 or 13595269. OLE color: 13595269.
HSL color Cylindrical-coordinate representation of color #8572CF: hue angle of 252.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8572CF is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 114 | 207 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.19 |
| HSL | 252.26º | 0.49% | 0.63% | - |
| HSV(B) | 252.26º | 0.45% | 0.81% | - |
| XYZ | 26.95 | 21.53 | 61.77 | - |
| YUV | 130.28 | 171.29 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 207 | 0.36 | 0.45 | 0 | 0.19 | 252.26 | 0.49 | 0.63 |
| Hex | 85 | 72 | CF | 24 | 2D | 0 | 13 | FC | 31 | 3F |
| Octal | 205 | 162 | 317 | 44 | 55 | 0 | 23 | 374 | 61 | 77 |
| Binary | 10000101 | 1110010 | 11001111 | 100100 | 101101 | 0 | 10011 | 11111100 | 110001 | 111111 |
Color Harmonies of #8572CF
Complementary color
Monochromatic Colors of #8572CF
Black with #8572CF
Text Example
Text Example
White with #8572CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8572CF; }
p { color: rgb(133,114,207); }
H1.HeaderClassName
{
color: #8572CF;
}
.AnyTagClassName
{
color: #8572CF;
}
</style>
background-color css
<style>
a { background-color: #8572CF; }
a { background-color: rgb(133,114,207); }
div.DivClassName
{
background-color: #8572CF;
}
.BgClassName
{
background-color: #8572CF;
}
</style>
border-color css
<style>
span { border-color: #8572CF; }
span { border-color: rgb(133,114,207); }
td.TdClassName
{
border-color: #8572CF;
}
.TagClassName
{
border-color: #8572CF;
}
</style>