Shades of Moody Blue #857FDB
Tints of Moody Blue #857FDB
RGB
CMYK
RGB Variations
Color information
#857FDB (or 0x857FDB) is known color: Moody Blue. HEX triplet: 85, 7F and DB. RGB value is (133,127,219). Sum of RGB (Red+Green+Blue) = 133+127+219=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #857FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FDB is #7A8024. Grayscale: #8A8A8A. Windows color (decimal): -8028197 or 14385029. OLE color: 14385029.
HSL color Cylindrical-coordinate representation of color #857FDB: hue angle of 243.91º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #857FDB is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 127 | 219 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.14 |
| HSL | 243.91º | 0.56% | 0.68% | - |
| HSV(B) | 243.91º | 0.42% | 0.86% | - |
| XYZ | 30.05 | 25.28 | 70.31 | - |
| YUV | 139.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 219 | 0.39 | 0.42 | 0 | 0.14 | 243.91 | 0.56 | 0.68 |
| Hex | 85 | 7F | DB | 27 | 2A | 0 | E | F4 | 38 | 44 |
| Octal | 205 | 177 | 333 | 47 | 52 | 0 | 16 | 364 | 70 | 104 |
| Binary | 10000101 | 1111111 | 11011011 | 100111 | 101010 | 0 | 1110 | 11110100 | 111000 | 1000100 |
Color Harmonies of #857FDB
Complementary color
Monochromatic Colors of #857FDB
Black with #857FDB
Text Example
Text Example
White with #857FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FDB; }
p { color: rgb(133,127,219); }
H1.HeaderClassName
{
color: #857FDB;
}
.AnyTagClassName
{
color: #857FDB;
}
</style>
background-color css
<style>
a { background-color: #857FDB; }
a { background-color: rgb(133,127,219); }
div.DivClassName
{
background-color: #857FDB;
}
.BgClassName
{
background-color: #857FDB;
}
</style>
border-color css
<style>
span { border-color: #857FDB; }
span { border-color: rgb(133,127,219); }
td.TdClassName
{
border-color: #857FDB;
}
.TagClassName
{
border-color: #857FDB;
}
</style>