Shades of Moody Blue #857DDB
Tints of Moody Blue #857DDB
RGB
CMYK
RGB Variations
Color information
#857DDB (or 0x857DDB) is known color: Moody Blue. HEX triplet: 85, 7D and DB. RGB value is (133,125,219). Sum of RGB (Red+Green+Blue) = 133+125+219=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #857DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DDB is #7A8224. Grayscale: #898989. Windows color (decimal): -8028709 or 14384517. OLE color: 14384517.
HSL color Cylindrical-coordinate representation of color #857DDB: hue angle of 245.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #857DDB is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 125 | 219 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.14 |
| HSL | 245.11º | 0.57% | 0.67% | - |
| HSV(B) | 245.11º | 0.43% | 0.86% | - |
| XYZ | 29.79 | 24.77 | 70.23 | - |
| YUV | 138.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 219 | 0.39 | 0.43 | 0 | 0.14 | 245.11 | 0.57 | 0.67 |
| Hex | 85 | 7D | DB | 27 | 2B | 0 | E | F5 | 39 | 43 |
| Octal | 205 | 175 | 333 | 47 | 53 | 0 | 16 | 365 | 71 | 103 |
| Binary | 10000101 | 1111101 | 11011011 | 100111 | 101011 | 0 | 1110 | 11110101 | 111001 | 1000011 |
Color Harmonies of #857DDB
Complementary color
Monochromatic Colors of #857DDB
Black with #857DDB
Text Example
Text Example
White with #857DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DDB; }
p { color: rgb(133,125,219); }
H1.HeaderClassName
{
color: #857DDB;
}
.AnyTagClassName
{
color: #857DDB;
}
</style>
background-color css
<style>
a { background-color: #857DDB; }
a { background-color: rgb(133,125,219); }
div.DivClassName
{
background-color: #857DDB;
}
.BgClassName
{
background-color: #857DDB;
}
</style>
border-color css
<style>
span { border-color: #857DDB; }
span { border-color: rgb(133,125,219); }
td.TdClassName
{
border-color: #857DDB;
}
.TagClassName
{
border-color: #857DDB;
}
</style>