Shades of Moody Blue #857FB5
Tints of Moody Blue #857FB5
RGB
CMYK
RGB Variations
Color information
#857FB5 (or 0x857FB5) is known color: Moody Blue. HEX triplet: 85, 7F and B5. RGB value is (133,127,181). Sum of RGB (Red+Green+Blue) = 133+127+181=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #857FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FB5 is #7A804A. Grayscale: #868686. Windows color (decimal): -8028235 or 11894661. OLE color: 11894661.
HSL color Cylindrical-coordinate representation of color #857FB5: hue angle of 246.67º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #857FB5 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 127 | 181 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.29 |
| HSL | 246.67º | 0.27% | 0.6% | - |
| HSV(B) | 246.67º | 0.3% | 0.71% | - |
| XYZ | 25.6 | 23.5 | 46.9 | - |
| YUV | 134.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 181 | 0.27 | 0.30 | 0 | 0.29 | 246.67 | 0.27 | 0.6 |
| Hex | 85 | 7F | B5 | 1B | 1E | 0 | 1D | F7 | 1B | 3C |
| Octal | 205 | 177 | 265 | 33 | 36 | 0 | 35 | 367 | 33 | 74 |
| Binary | 10000101 | 1111111 | 10110101 | 11011 | 11110 | 0 | 11101 | 11110111 | 11011 | 111100 |
Color Harmonies of #857FB5
Complementary color
Monochromatic Colors of #857FB5
Black with #857FB5
Text Example
Text Example
White with #857FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FB5; }
p { color: rgb(133,127,181); }
H1.HeaderClassName
{
color: #857FB5;
}
.AnyTagClassName
{
color: #857FB5;
}
</style>
background-color css
<style>
a { background-color: #857FB5; }
a { background-color: rgb(133,127,181); }
div.DivClassName
{
background-color: #857FB5;
}
.BgClassName
{
background-color: #857FB5;
}
</style>
border-color css
<style>
span { border-color: #857FB5; }
span { border-color: rgb(133,127,181); }
td.TdClassName
{
border-color: #857FB5;
}
.TagClassName
{
border-color: #857FB5;
}
</style>