Shades of Moody Blue #8570CA
Tints of Moody Blue #8570CA
RGB
CMYK
RGB Variations
Color information
#8570CA (or 0x8570CA) is known color: Moody Blue. HEX triplet: 85, 70 and CA. RGB value is (133,112,202). Sum of RGB (Red+Green+Blue) = 133+112+202=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #8570CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8570CA is #7A8F35. Grayscale: #808080. Windows color (decimal): -8032054 or 13267077. OLE color: 13267077.
HSL color Cylindrical-coordinate representation of color #8570CA: hue angle of 254º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8570CA is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 112 | 202 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.21 |
| HSL | 254º | 0.46% | 0.62% | - |
| HSV(B) | 254º | 0.45% | 0.79% | - |
| XYZ | 26.13 | 20.84 | 58.52 | - |
| YUV | 128.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 202 | 0.34 | 0.45 | 0 | 0.21 | 254 | 0.46 | 0.62 |
| Hex | 85 | 70 | CA | 22 | 2D | 0 | 15 | FE | 2E | 3E |
| Octal | 205 | 160 | 312 | 42 | 55 | 0 | 25 | 376 | 56 | 76 |
| Binary | 10000101 | 1110000 | 11001010 | 100010 | 101101 | 0 | 10101 | 11111110 | 101110 | 111110 |
Color Harmonies of #8570CA
Complementary color
Monochromatic Colors of #8570CA
Black with #8570CA
Text Example
Text Example
White with #8570CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8570CA; }
p { color: rgb(133,112,202); }
H1.HeaderClassName
{
color: #8570CA;
}
.AnyTagClassName
{
color: #8570CA;
}
</style>
background-color css
<style>
a { background-color: #8570CA; }
a { background-color: rgb(133,112,202); }
div.DivClassName
{
background-color: #8570CA;
}
.BgClassName
{
background-color: #8570CA;
}
</style>
border-color css
<style>
span { border-color: #8570CA; }
span { border-color: rgb(133,112,202); }
td.TdClassName
{
border-color: #8570CA;
}
.TagClassName
{
border-color: #8570CA;
}
</style>