Shades of Moody Blue #857BB5
Tints of Moody Blue #857BB5
RGB
CMYK
RGB Variations
Color information
#857BB5 (or 0x857BB5) is known color: Moody Blue. HEX triplet: 85, 7B and B5. RGB value is (133,123,181). Sum of RGB (Red+Green+Blue) = 133+123+181=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: blue. Hex color #857BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BB5 is #7A844A. Grayscale: #848484. Windows color (decimal): -8029259 or 11893637. OLE color: 11893637.
HSL color Cylindrical-coordinate representation of color #857BB5: hue angle of 250.34º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #857BB5 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 123 | 181 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.29 |
| HSL | 250.34º | 0.28% | 0.6% | - |
| HSV(B) | 250.34º | 0.32% | 0.71% | - |
| XYZ | 25.1 | 22.49 | 46.73 | - |
| YUV | 132.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 181 | 0.27 | 0.32 | 0 | 0.29 | 250.34 | 0.28 | 0.6 |
| Hex | 85 | 7B | B5 | 1B | 20 | 0 | 1D | FA | 1C | 3C |
| Octal | 205 | 173 | 265 | 33 | 40 | 0 | 35 | 372 | 34 | 74 |
| Binary | 10000101 | 1111011 | 10110101 | 11011 | 100000 | 0 | 11101 | 11111010 | 11100 | 111100 |
Color Harmonies of #857BB5
Complementary color
Monochromatic Colors of #857BB5
Black with #857BB5
Text Example
Text Example
White with #857BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BB5; }
p { color: rgb(133,123,181); }
H1.HeaderClassName
{
color: #857BB5;
}
.AnyTagClassName
{
color: #857BB5;
}
</style>
background-color css
<style>
a { background-color: #857BB5; }
a { background-color: rgb(133,123,181); }
div.DivClassName
{
background-color: #857BB5;
}
.BgClassName
{
background-color: #857BB5;
}
</style>
border-color css
<style>
span { border-color: #857BB5; }
span { border-color: rgb(133,123,181); }
td.TdClassName
{
border-color: #857BB5;
}
.TagClassName
{
border-color: #857BB5;
}
</style>