Shades of Moody Blue #857CDB
Tints of Moody Blue #857CDB
RGB
CMYK
RGB Variations
Color information
#857CDB (or 0x857CDB) is known color: Moody Blue. HEX triplet: 85, 7C and DB. RGB value is (133,124,219). Sum of RGB (Red+Green+Blue) = 133+124+219=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #857CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CDB is #7A8324. Grayscale: #898989. Windows color (decimal): -8028965 or 14384261. OLE color: 14384261.
HSL color Cylindrical-coordinate representation of color #857CDB: hue angle of 245.68º 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 #857CDB is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 124 | 219 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.14 |
| HSL | 245.68º | 0.57% | 0.67% | - |
| HSV(B) | 245.68º | 0.43% | 0.86% | - |
| XYZ | 29.67 | 24.52 | 70.19 | - |
| YUV | 137.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 219 | 0.39 | 0.43 | 0 | 0.14 | 245.68 | 0.57 | 0.67 |
| Hex | 85 | 7C | DB | 27 | 2B | 0 | E | F6 | 39 | 43 |
| Octal | 205 | 174 | 333 | 47 | 53 | 0 | 16 | 366 | 71 | 103 |
| Binary | 10000101 | 1111100 | 11011011 | 100111 | 101011 | 0 | 1110 | 11110110 | 111001 | 1000011 |
Color Harmonies of #857CDB
Complementary color
Monochromatic Colors of #857CDB
Black with #857CDB
Text Example
Text Example
White with #857CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CDB; }
p { color: rgb(133,124,219); }
H1.HeaderClassName
{
color: #857CDB;
}
.AnyTagClassName
{
color: #857CDB;
}
</style>
background-color css
<style>
a { background-color: #857CDB; }
a { background-color: rgb(133,124,219); }
div.DivClassName
{
background-color: #857CDB;
}
.BgClassName
{
background-color: #857CDB;
}
</style>
border-color css
<style>
span { border-color: #857CDB; }
span { border-color: rgb(133,124,219); }
td.TdClassName
{
border-color: #857CDB;
}
.TagClassName
{
border-color: #857CDB;
}
</style>