Shades of Moody Blue #857FB0
Tints of Moody Blue #857FB0
RGB
CMYK
RGB Variations
Color information
#857FB0 (or 0x857FB0) is known color: Moody Blue. HEX triplet: 85, 7F and B0. RGB value is (133,127,176). Sum of RGB (Red+Green+Blue) = 133+127+176=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #857FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857FB0 is #7A804F. Grayscale: #868686. Windows color (decimal): -8028240 or 11566981. OLE color: 11566981.
HSL color Cylindrical-coordinate representation of color #857FB0: hue angle of 247.35º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #857FB0 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 127 | 176 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.31 |
| HSL | 247.35º | 0.24% | 0.59% | - |
| HSV(B) | 247.35º | 0.28% | 0.69% | - |
| XYZ | 25.1 | 23.3 | 44.25 | - |
| YUV | 134.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 176 | 0.24 | 0.28 | 0 | 0.31 | 247.35 | 0.24 | 0.59 |
| Hex | 85 | 7F | B0 | 18 | 1C | 0 | 1F | F7 | 18 | 3B |
| Octal | 205 | 177 | 260 | 30 | 34 | 0 | 37 | 367 | 30 | 73 |
| Binary | 10000101 | 1111111 | 10110000 | 11000 | 11100 | 0 | 11111 | 11110111 | 11000 | 111011 |
Color Harmonies of #857FB0
Complementary color
Monochromatic Colors of #857FB0
Black with #857FB0
Text Example
Text Example
White with #857FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FB0; }
p { color: rgb(133,127,176); }
H1.HeaderClassName
{
color: #857FB0;
}
.AnyTagClassName
{
color: #857FB0;
}
</style>
background-color css
<style>
a { background-color: #857FB0; }
a { background-color: rgb(133,127,176); }
div.DivClassName
{
background-color: #857FB0;
}
.BgClassName
{
background-color: #857FB0;
}
</style>
border-color css
<style>
span { border-color: #857FB0; }
span { border-color: rgb(133,127,176); }
td.TdClassName
{
border-color: #857FB0;
}
.TagClassName
{
border-color: #857FB0;
}
</style>