Shades of Moody Blue #857DBB
Tints of Moody Blue #857DBB
RGB
CMYK
RGB Variations
Color information
#857DBB (or 0x857DBB) is known color: Moody Blue. HEX triplet: 85, 7D and BB. RGB value is (133,125,187). Sum of RGB (Red+Green+Blue) = 133+125+187=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #857DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DBB is #7A8244. Grayscale: #868686. Windows color (decimal): -8028741 or 12287365. OLE color: 12287365.
HSL color Cylindrical-coordinate representation of color #857DBB: hue angle of 247.74º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #857DBB is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 125 | 187 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.27 |
| HSL | 247.74º | 0.31% | 0.61% | - |
| HSV(B) | 247.74º | 0.33% | 0.73% | - |
| XYZ | 25.98 | 23.24 | 50.13 | - |
| YUV | 134.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 187 | 0.29 | 0.33 | 0 | 0.27 | 247.74 | 0.31 | 0.61 |
| Hex | 85 | 7D | BB | 1D | 21 | 0 | 1B | F8 | 1F | 3D |
| Octal | 205 | 175 | 273 | 35 | 41 | 0 | 33 | 370 | 37 | 75 |
| Binary | 10000101 | 1111101 | 10111011 | 11101 | 100001 | 0 | 11011 | 11111000 | 11111 | 111101 |
Color Harmonies of #857DBB
Complementary color
Monochromatic Colors of #857DBB
Black with #857DBB
Text Example
Text Example
White with #857DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DBB; }
p { color: rgb(133,125,187); }
H1.HeaderClassName
{
color: #857DBB;
}
.AnyTagClassName
{
color: #857DBB;
}
</style>
background-color css
<style>
a { background-color: #857DBB; }
a { background-color: rgb(133,125,187); }
div.DivClassName
{
background-color: #857DBB;
}
.BgClassName
{
background-color: #857DBB;
}
</style>
border-color css
<style>
span { border-color: #857DBB; }
span { border-color: rgb(133,125,187); }
td.TdClassName
{
border-color: #857DBB;
}
.TagClassName
{
border-color: #857DBB;
}
</style>