Shades of Moody Blue #857BDE
Tints of Moody Blue #857BDE
RGB
CMYK
RGB Variations
Color information
#857BDE (or 0x857BDE) is known color: Moody Blue. HEX triplet: 85, 7B and DE. RGB value is (133,123,222). Sum of RGB (Red+Green+Blue) = 133+123+222=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #857BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BDE is #7A8421. Grayscale: #888888. Windows color (decimal): -8029218 or 14580613. OLE color: 14580613.
HSL color Cylindrical-coordinate representation of color #857BDE: hue angle of 246.06º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #857BDE is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 123 | 222 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.13 |
| HSL | 246.06º | 0.6% | 0.68% | - |
| HSV(B) | 246.06º | 0.45% | 0.87% | - |
| XYZ | 29.94 | 24.43 | 72.24 | - |
| YUV | 137.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 222 | 0.40 | 0.45 | 0 | 0.13 | 246.06 | 0.6 | 0.68 |
| Hex | 85 | 7B | DE | 28 | 2D | 0 | D | F6 | 3C | 44 |
| Octal | 205 | 173 | 336 | 50 | 55 | 0 | 15 | 366 | 74 | 104 |
| Binary | 10000101 | 1111011 | 11011110 | 101000 | 101101 | 0 | 1101 | 11110110 | 111100 | 1000100 |
Color Harmonies of #857BDE
Complementary color
Monochromatic Colors of #857BDE
Black with #857BDE
Text Example
Text Example
White with #857BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BDE; }
p { color: rgb(133,123,222); }
H1.HeaderClassName
{
color: #857BDE;
}
.AnyTagClassName
{
color: #857BDE;
}
</style>
background-color css
<style>
a { background-color: #857BDE; }
a { background-color: rgb(133,123,222); }
div.DivClassName
{
background-color: #857BDE;
}
.BgClassName
{
background-color: #857BDE;
}
</style>
border-color css
<style>
span { border-color: #857BDE; }
span { border-color: rgb(133,123,222); }
td.TdClassName
{
border-color: #857BDE;
}
.TagClassName
{
border-color: #857BDE;
}
</style>