Shades of Moody Blue #857FDF
Tints of Moody Blue #857FDF
RGB
CMYK
RGB Variations
Color information
#857FDF (or 0x857FDF) is known color: Moody Blue. HEX triplet: 85, 7F and DF. RGB value is (133,127,223). Sum of RGB (Red+Green+Blue) = 133+127+223=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #857FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FDF is #7A8020. Grayscale: #8B8B8B. Windows color (decimal): -8028193 or 14647173. OLE color: 14647173.
HSL color Cylindrical-coordinate representation of color #857FDF: hue angle of 243.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #857FDF is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 127 | 223 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.13 |
| HSL | 243.75º | 0.6% | 0.69% | - |
| HSV(B) | 243.75º | 0.43% | 0.87% | - |
| XYZ | 30.58 | 25.49 | 73.12 | - |
| YUV | 139.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 223 | 0.40 | 0.43 | 0 | 0.13 | 243.75 | 0.6 | 0.69 |
| Hex | 85 | 7F | DF | 28 | 2B | 0 | D | F4 | 3C | 45 |
| Octal | 205 | 177 | 337 | 50 | 53 | 0 | 15 | 364 | 74 | 105 |
| Binary | 10000101 | 1111111 | 11011111 | 101000 | 101011 | 0 | 1101 | 11110100 | 111100 | 1000101 |
Color Harmonies of #857FDF
Complementary color
Monochromatic Colors of #857FDF
Black with #857FDF
Text Example
Text Example
White with #857FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FDF; }
p { color: rgb(133,127,223); }
H1.HeaderClassName
{
color: #857FDF;
}
.AnyTagClassName
{
color: #857FDF;
}
</style>
background-color css
<style>
a { background-color: #857FDF; }
a { background-color: rgb(133,127,223); }
div.DivClassName
{
background-color: #857FDF;
}
.BgClassName
{
background-color: #857FDF;
}
</style>
border-color css
<style>
span { border-color: #857FDF; }
span { border-color: rgb(133,127,223); }
td.TdClassName
{
border-color: #857FDF;
}
.TagClassName
{
border-color: #857FDF;
}
</style>