Shades of Moody Blue #857FB9
Tints of Moody Blue #857FB9
RGB
CMYK
RGB Variations
Color information
#857FB9 (or 0x857FB9) is known color: Moody Blue. HEX triplet: 85, 7F and B9. RGB value is (133,127,185). Sum of RGB (Red+Green+Blue) = 133+127+185=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #857FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FB9 is #7A8046. Grayscale: #878787. Windows color (decimal): -8028231 or 12156805. OLE color: 12156805.
HSL color Cylindrical-coordinate representation of color #857FB9: hue angle of 246.21º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #857FB9 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 127 | 185 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.27 |
| HSL | 246.21º | 0.29% | 0.61% | - |
| HSV(B) | 246.21º | 0.31% | 0.73% | - |
| XYZ | 26.02 | 23.67 | 49.1 | - |
| YUV | 135.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 185 | 0.28 | 0.31 | 0 | 0.27 | 246.21 | 0.29 | 0.61 |
| Hex | 85 | 7F | B9 | 1C | 1F | 0 | 1B | F6 | 1D | 3D |
| Octal | 205 | 177 | 271 | 34 | 37 | 0 | 33 | 366 | 35 | 75 |
| Binary | 10000101 | 1111111 | 10111001 | 11100 | 11111 | 0 | 11011 | 11110110 | 11101 | 111101 |
Color Harmonies of #857FB9
Complementary color
Monochromatic Colors of #857FB9
Black with #857FB9
Text Example
Text Example
White with #857FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FB9; }
p { color: rgb(133,127,185); }
H1.HeaderClassName
{
color: #857FB9;
}
.AnyTagClassName
{
color: #857FB9;
}
</style>
background-color css
<style>
a { background-color: #857FB9; }
a { background-color: rgb(133,127,185); }
div.DivClassName
{
background-color: #857FB9;
}
.BgClassName
{
background-color: #857FB9;
}
</style>
border-color css
<style>
span { border-color: #857FB9; }
span { border-color: rgb(133,127,185); }
td.TdClassName
{
border-color: #857FB9;
}
.TagClassName
{
border-color: #857FB9;
}
</style>