Shades of Moody Blue #857FB4
Tints of Moody Blue #857FB4
RGB
CMYK
RGB Variations
Color information
#857FB4 (or 0x857FB4) is known color: Moody Blue. HEX triplet: 85, 7F and B4. RGB value is (133,127,180). Sum of RGB (Red+Green+Blue) = 133+127+180=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #857FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FB4 is #7A804B. Grayscale: #868686. Windows color (decimal): -8028236 or 11829125. OLE color: 11829125.
HSL color Cylindrical-coordinate representation of color #857FB4: hue angle of 246.79º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857FB4 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 127 | 180 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.29 |
| HSL | 246.79º | 0.26% | 0.6% | - |
| HSV(B) | 246.79º | 0.29% | 0.71% | - |
| XYZ | 25.5 | 23.46 | 46.36 | - |
| YUV | 134.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 180 | 0.26 | 0.29 | 0 | 0.29 | 246.79 | 0.26 | 0.6 |
| Hex | 85 | 7F | B4 | 1A | 1D | 0 | 1D | F7 | 1A | 3C |
| Octal | 205 | 177 | 264 | 32 | 35 | 0 | 35 | 367 | 32 | 74 |
| Binary | 10000101 | 1111111 | 10110100 | 11010 | 11101 | 0 | 11101 | 11110111 | 11010 | 111100 |
Color Harmonies of #857FB4
Complementary color
Monochromatic Colors of #857FB4
Black with #857FB4
Text Example
Text Example
White with #857FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FB4; }
p { color: rgb(133,127,180); }
H1.HeaderClassName
{
color: #857FB4;
}
.AnyTagClassName
{
color: #857FB4;
}
</style>
background-color css
<style>
a { background-color: #857FB4; }
a { background-color: rgb(133,127,180); }
div.DivClassName
{
background-color: #857FB4;
}
.BgClassName
{
background-color: #857FB4;
}
</style>
border-color css
<style>
span { border-color: #857FB4; }
span { border-color: rgb(133,127,180); }
td.TdClassName
{
border-color: #857FB4;
}
.TagClassName
{
border-color: #857FB4;
}
</style>