Shades of Moody Blue #857DC1
Tints of Moody Blue #857DC1
RGB
CMYK
RGB Variations
Color information
#857DC1 (or 0x857DC1) is known color: Moody Blue. HEX triplet: 85, 7D and C1. RGB value is (133,125,193). Sum of RGB (Red+Green+Blue) = 133+125+193=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #857DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DC1 is #7A823E. Grayscale: #868686. Windows color (decimal): -8028735 or 12680581. OLE color: 12680581.
HSL color Cylindrical-coordinate representation of color #857DC1: hue angle of 247.06º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #857DC1 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 125 | 193 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.24 |
| HSL | 247.06º | 0.35% | 0.62% | - |
| HSV(B) | 247.06º | 0.35% | 0.76% | - |
| XYZ | 26.63 | 23.5 | 53.59 | - |
| YUV | 135.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 193 | 0.31 | 0.35 | 0 | 0.24 | 247.06 | 0.35 | 0.62 |
| Hex | 85 | 7D | C1 | 1F | 23 | 0 | 18 | F7 | 23 | 3E |
| Octal | 205 | 175 | 301 | 37 | 43 | 0 | 30 | 367 | 43 | 76 |
| Binary | 10000101 | 1111101 | 11000001 | 11111 | 100011 | 0 | 11000 | 11110111 | 100011 | 111110 |
Color Harmonies of #857DC1
Complementary color
Monochromatic Colors of #857DC1
Black with #857DC1
Text Example
Text Example
White with #857DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DC1; }
p { color: rgb(133,125,193); }
H1.HeaderClassName
{
color: #857DC1;
}
.AnyTagClassName
{
color: #857DC1;
}
</style>
background-color css
<style>
a { background-color: #857DC1; }
a { background-color: rgb(133,125,193); }
div.DivClassName
{
background-color: #857DC1;
}
.BgClassName
{
background-color: #857DC1;
}
</style>
border-color css
<style>
span { border-color: #857DC1; }
span { border-color: rgb(133,125,193); }
td.TdClassName
{
border-color: #857DC1;
}
.TagClassName
{
border-color: #857DC1;
}
</style>