Shades of Moody Blue #857FBC
Tints of Moody Blue #857FBC
RGB
CMYK
RGB Variations
Color information
#857FBC (or 0x857FBC) is known color: Moody Blue. HEX triplet: 85, 7F and BC. RGB value is (133,127,188). Sum of RGB (Red+Green+Blue) = 133+127+188=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #857FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FBC is #7A8043. Grayscale: #878787. Windows color (decimal): -8028228 or 12353413. OLE color: 12353413.
HSL color Cylindrical-coordinate representation of color #857FBC: hue angle of 245.9º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #857FBC is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 127 | 188 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.26 |
| HSL | 245.9º | 0.31% | 0.62% | - |
| HSV(B) | 245.9º | 0.32% | 0.74% | - |
| XYZ | 26.34 | 23.8 | 50.78 | - |
| YUV | 135.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 188 | 0.29 | 0.32 | 0 | 0.26 | 245.9 | 0.31 | 0.62 |
| Hex | 85 | 7F | BC | 1D | 20 | 0 | 1A | F6 | 1F | 3E |
| Octal | 205 | 177 | 274 | 35 | 40 | 0 | 32 | 366 | 37 | 76 |
| Binary | 10000101 | 1111111 | 10111100 | 11101 | 100000 | 0 | 11010 | 11110110 | 11111 | 111110 |
Color Harmonies of #857FBC
Complementary color
Monochromatic Colors of #857FBC
Black with #857FBC
Text Example
Text Example
White with #857FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FBC; }
p { color: rgb(133,127,188); }
H1.HeaderClassName
{
color: #857FBC;
}
.AnyTagClassName
{
color: #857FBC;
}
</style>
background-color css
<style>
a { background-color: #857FBC; }
a { background-color: rgb(133,127,188); }
div.DivClassName
{
background-color: #857FBC;
}
.BgClassName
{
background-color: #857FBC;
}
</style>
border-color css
<style>
span { border-color: #857FBC; }
span { border-color: rgb(133,127,188); }
td.TdClassName
{
border-color: #857FBC;
}
.TagClassName
{
border-color: #857FBC;
}
</style>