Shades of Moody Blue #857FBA
Tints of Moody Blue #857FBA
RGB
CMYK
RGB Variations
Color information
#857FBA (or 0x857FBA) is known color: Moody Blue. HEX triplet: 85, 7F and BA. RGB value is (133,127,186). Sum of RGB (Red+Green+Blue) = 133+127+186=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #857FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FBA is #7A8045. Grayscale: #878787. Windows color (decimal): -8028230 or 12222341. OLE color: 12222341.
HSL color Cylindrical-coordinate representation of color #857FBA: hue angle of 246.1º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #857FBA is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 127 | 186 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.27 |
| HSL | 246.1º | 0.3% | 0.61% | - |
| HSV(B) | 246.1º | 0.32% | 0.73% | - |
| XYZ | 26.13 | 23.71 | 49.65 | - |
| YUV | 135.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 186 | 0.28 | 0.32 | 0 | 0.27 | 246.1 | 0.3 | 0.61 |
| Hex | 85 | 7F | BA | 1C | 20 | 0 | 1B | F6 | 1E | 3D |
| Octal | 205 | 177 | 272 | 34 | 40 | 0 | 33 | 366 | 36 | 75 |
| Binary | 10000101 | 1111111 | 10111010 | 11100 | 100000 | 0 | 11011 | 11110110 | 11110 | 111101 |
Color Harmonies of #857FBA
Complementary color
Monochromatic Colors of #857FBA
Black with #857FBA
Text Example
Text Example
White with #857FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FBA; }
p { color: rgb(133,127,186); }
H1.HeaderClassName
{
color: #857FBA;
}
.AnyTagClassName
{
color: #857FBA;
}
</style>
background-color css
<style>
a { background-color: #857FBA; }
a { background-color: rgb(133,127,186); }
div.DivClassName
{
background-color: #857FBA;
}
.BgClassName
{
background-color: #857FBA;
}
</style>
border-color css
<style>
span { border-color: #857FBA; }
span { border-color: rgb(133,127,186); }
td.TdClassName
{
border-color: #857FBA;
}
.TagClassName
{
border-color: #857FBA;
}
</style>