Shades of Moody Blue #856FD1
Tints of Moody Blue #856FD1
RGB
CMYK
RGB Variations
Color information
#856FD1 (or 0x856FD1) is known color: Moody Blue. HEX triplet: 85, 6F and D1. RGB value is (133,111,209). Sum of RGB (Red+Green+Blue) = 133+111+209=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #856FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FD1 is #7A902E. Grayscale: #808080. Windows color (decimal): -8032303 or 13725573. OLE color: 13725573.
HSL color Cylindrical-coordinate representation of color #856FD1: hue angle of 253.47º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856FD1 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 111 | 209 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.18 |
| HSL | 253.47º | 0.52% | 0.63% | - |
| HSV(B) | 253.47º | 0.47% | 0.82% | - |
| XYZ | 26.87 | 20.96 | 62.95 | - |
| YUV | 128.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 209 | 0.36 | 0.47 | 0 | 0.18 | 253.47 | 0.52 | 0.63 |
| Hex | 85 | 6F | D1 | 24 | 2F | 0 | 12 | FD | 34 | 3F |
| Octal | 205 | 157 | 321 | 44 | 57 | 0 | 22 | 375 | 64 | 77 |
| Binary | 10000101 | 1101111 | 11010001 | 100100 | 101111 | 0 | 10010 | 11111101 | 110100 | 111111 |
Color Harmonies of #856FD1
Complementary color
Monochromatic Colors of #856FD1
Black with #856FD1
Text Example
Text Example
White with #856FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856FD1; }
p { color: rgb(133,111,209); }
H1.HeaderClassName
{
color: #856FD1;
}
.AnyTagClassName
{
color: #856FD1;
}
</style>
background-color css
<style>
a { background-color: #856FD1; }
a { background-color: rgb(133,111,209); }
div.DivClassName
{
background-color: #856FD1;
}
.BgClassName
{
background-color: #856FD1;
}
</style>
border-color css
<style>
span { border-color: #856FD1; }
span { border-color: rgb(133,111,209); }
td.TdClassName
{
border-color: #856FD1;
}
.TagClassName
{
border-color: #856FD1;
}
</style>