Shades of Moody Blue #857FB6
Tints of Moody Blue #857FB6
RGB
CMYK
RGB Variations
Color information
#857FB6 (or 0x857FB6) is known color: Moody Blue. HEX triplet: 85, 7F and B6. RGB value is (133,127,182). Sum of RGB (Red+Green+Blue) = 133+127+182=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #857FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FB6 is #7A8049. Grayscale: #868686. Windows color (decimal): -8028234 or 11960197. OLE color: 11960197.
HSL color Cylindrical-coordinate representation of color #857FB6: hue angle of 246.55º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #857FB6 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 127 | 182 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.29 |
| HSL | 246.55º | 0.27% | 0.61% | - |
| HSV(B) | 246.55º | 0.3% | 0.71% | - |
| XYZ | 25.71 | 23.54 | 47.45 | - |
| YUV | 135.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 182 | 0.27 | 0.30 | 0 | 0.29 | 246.55 | 0.27 | 0.61 |
| Hex | 85 | 7F | B6 | 1B | 1E | 0 | 1D | F7 | 1B | 3D |
| Octal | 205 | 177 | 266 | 33 | 36 | 0 | 35 | 367 | 33 | 75 |
| Binary | 10000101 | 1111111 | 10110110 | 11011 | 11110 | 0 | 11101 | 11110111 | 11011 | 111101 |
Color Harmonies of #857FB6
Complementary color
Monochromatic Colors of #857FB6
Black with #857FB6
Text Example
Text Example
White with #857FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FB6; }
p { color: rgb(133,127,182); }
H1.HeaderClassName
{
color: #857FB6;
}
.AnyTagClassName
{
color: #857FB6;
}
</style>
background-color css
<style>
a { background-color: #857FB6; }
a { background-color: rgb(133,127,182); }
div.DivClassName
{
background-color: #857FB6;
}
.BgClassName
{
background-color: #857FB6;
}
</style>
border-color css
<style>
span { border-color: #857FB6; }
span { border-color: rgb(133,127,182); }
td.TdClassName
{
border-color: #857FB6;
}
.TagClassName
{
border-color: #857FB6;
}
</style>