Shades of Moody Blue #857BD8
Tints of Moody Blue #857BD8
RGB
CMYK
RGB Variations
Color information
#857BD8 (or 0x857BD8) is known color: Moody Blue. HEX triplet: 85, 7B and D8. RGB value is (133,123,216). Sum of RGB (Red+Green+Blue) = 133+123+216=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #857BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BD8 is #7A8427. Grayscale: #888888. Windows color (decimal): -8029224 or 14187397. OLE color: 14187397.
HSL color Cylindrical-coordinate representation of color #857BD8: hue angle of 246.45º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #857BD8 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 123 | 216 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.15 |
| HSL | 246.45º | 0.54% | 0.66% | - |
| HSV(B) | 246.45º | 0.43% | 0.85% | - |
| XYZ | 29.15 | 24.11 | 68.08 | - |
| YUV | 136.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 216 | 0.38 | 0.43 | 0 | 0.15 | 246.45 | 0.54 | 0.66 |
| Hex | 85 | 7B | D8 | 26 | 2B | 0 | F | F6 | 36 | 42 |
| Octal | 205 | 173 | 330 | 46 | 53 | 0 | 17 | 366 | 66 | 102 |
| Binary | 10000101 | 1111011 | 11011000 | 100110 | 101011 | 0 | 1111 | 11110110 | 110110 | 1000010 |
Color Harmonies of #857BD8
Complementary color
Monochromatic Colors of #857BD8
Black with #857BD8
Text Example
Text Example
White with #857BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BD8; }
p { color: rgb(133,123,216); }
H1.HeaderClassName
{
color: #857BD8;
}
.AnyTagClassName
{
color: #857BD8;
}
</style>
background-color css
<style>
a { background-color: #857BD8; }
a { background-color: rgb(133,123,216); }
div.DivClassName
{
background-color: #857BD8;
}
.BgClassName
{
background-color: #857BD8;
}
</style>
border-color css
<style>
span { border-color: #857BD8; }
span { border-color: rgb(133,123,216); }
td.TdClassName
{
border-color: #857BD8;
}
.TagClassName
{
border-color: #857BD8;
}
</style>