Shades of Moody Blue #857BCA
Tints of Moody Blue #857BCA
RGB
CMYK
RGB Variations
Color information
#857BCA (or 0x857BCA) is known color: Moody Blue. HEX triplet: 85, 7B and CA. RGB value is (133,123,202). Sum of RGB (Red+Green+Blue) = 133+123+202=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #857BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BCA is #7A8435. Grayscale: #868686. Windows color (decimal): -8029238 or 13269893. OLE color: 13269893.
HSL color Cylindrical-coordinate representation of color #857BCA: hue angle of 247.59º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #857BCA is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 123 | 202 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.21 |
| HSL | 247.59º | 0.43% | 0.64% | - |
| HSV(B) | 247.59º | 0.39% | 0.79% | - |
| XYZ | 27.42 | 23.42 | 58.95 | - |
| YUV | 135 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 202 | 0.34 | 0.39 | 0 | 0.21 | 247.59 | 0.43 | 0.64 |
| Hex | 85 | 7B | CA | 22 | 27 | 0 | 15 | F8 | 2B | 40 |
| Octal | 205 | 173 | 312 | 42 | 47 | 0 | 25 | 370 | 53 | 100 |
| Binary | 10000101 | 1111011 | 11001010 | 100010 | 100111 | 0 | 10101 | 11111000 | 101011 | 1000000 |
Color Harmonies of #857BCA
Complementary color
Monochromatic Colors of #857BCA
Black with #857BCA
Text Example
Text Example
White with #857BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BCA; }
p { color: rgb(133,123,202); }
H1.HeaderClassName
{
color: #857BCA;
}
.AnyTagClassName
{
color: #857BCA;
}
</style>
background-color css
<style>
a { background-color: #857BCA; }
a { background-color: rgb(133,123,202); }
div.DivClassName
{
background-color: #857BCA;
}
.BgClassName
{
background-color: #857BCA;
}
</style>
border-color css
<style>
span { border-color: #857BCA; }
span { border-color: rgb(133,123,202); }
td.TdClassName
{
border-color: #857BCA;
}
.TagClassName
{
border-color: #857BCA;
}
</style>