Shades of Moody Blue #8570CF
Tints of Moody Blue #8570CF
RGB
CMYK
RGB Variations
Color information
#8570CF (or 0x8570CF) is known color: Moody Blue. HEX triplet: 85, 70 and CF. RGB value is (133,112,207). Sum of RGB (Red+Green+Blue) = 133+112+207=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #8570CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8570CF is #7A8F30. Grayscale: #808080. Windows color (decimal): -8032049 or 13594757. OLE color: 13594757.
HSL color Cylindrical-coordinate representation of color #8570CF: hue angle of 253.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8570CF is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 112 | 207 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.19 |
| HSL | 253.26º | 0.5% | 0.63% | - |
| HSV(B) | 253.26º | 0.46% | 0.81% | - |
| XYZ | 26.73 | 21.08 | 61.69 | - |
| YUV | 129.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 207 | 0.36 | 0.46 | 0 | 0.19 | 253.26 | 0.5 | 0.63 |
| Hex | 85 | 70 | CF | 24 | 2E | 0 | 13 | FD | 32 | 3F |
| Octal | 205 | 160 | 317 | 44 | 56 | 0 | 23 | 375 | 62 | 77 |
| Binary | 10000101 | 1110000 | 11001111 | 100100 | 101110 | 0 | 10011 | 11111101 | 110010 | 111111 |
Color Harmonies of #8570CF
Complementary color
Monochromatic Colors of #8570CF
Black with #8570CF
Text Example
Text Example
White with #8570CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8570CF; }
p { color: rgb(133,112,207); }
H1.HeaderClassName
{
color: #8570CF;
}
.AnyTagClassName
{
color: #8570CF;
}
</style>
background-color css
<style>
a { background-color: #8570CF; }
a { background-color: rgb(133,112,207); }
div.DivClassName
{
background-color: #8570CF;
}
.BgClassName
{
background-color: #8570CF;
}
</style>
border-color css
<style>
span { border-color: #8570CF; }
span { border-color: rgb(133,112,207); }
td.TdClassName
{
border-color: #8570CF;
}
.TagClassName
{
border-color: #8570CF;
}
</style>