Shades of Moody Blue #857FC4
Tints of Moody Blue #857FC4
RGB
CMYK
RGB Variations
Color information
#857FC4 (or 0x857FC4) is known color: Moody Blue. HEX triplet: 85, 7F and C4. RGB value is (133,127,196). Sum of RGB (Red+Green+Blue) = 133+127+196=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 196 - color contains mainly: blue. Hex color #857FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FC4 is #7A803B. Grayscale: #888888. Windows color (decimal): -8028220 or 12877701. OLE color: 12877701.
HSL color Cylindrical-coordinate representation of color #857FC4: hue angle of 245.22º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #857FC4 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 127 | 196 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.23 |
| HSL | 245.22º | 0.37% | 0.63% | - |
| HSV(B) | 245.22º | 0.35% | 0.77% | - |
| XYZ | 27.23 | 24.15 | 55.45 | - |
| YUV | 136.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 196 | 0.32 | 0.35 | 0 | 0.23 | 245.22 | 0.37 | 0.63 |
| Hex | 85 | 7F | C4 | 20 | 23 | 0 | 17 | F5 | 25 | 3F |
| Octal | 205 | 177 | 304 | 40 | 43 | 0 | 27 | 365 | 45 | 77 |
| Binary | 10000101 | 1111111 | 11000100 | 100000 | 100011 | 0 | 10111 | 11110101 | 100101 | 111111 |
Color Harmonies of #857FC4
Complementary color
Monochromatic Colors of #857FC4
Black with #857FC4
Text Example
Text Example
White with #857FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FC4; }
p { color: rgb(133,127,196); }
H1.HeaderClassName
{
color: #857FC4;
}
.AnyTagClassName
{
color: #857FC4;
}
</style>
background-color css
<style>
a { background-color: #857FC4; }
a { background-color: rgb(133,127,196); }
div.DivClassName
{
background-color: #857FC4;
}
.BgClassName
{
background-color: #857FC4;
}
</style>
border-color css
<style>
span { border-color: #857FC4; }
span { border-color: rgb(133,127,196); }
td.TdClassName
{
border-color: #857FC4;
}
.TagClassName
{
border-color: #857FC4;
}
</style>