Shades of Moody Blue #857FC5
Tints of Moody Blue #857FC5
RGB
CMYK
RGB Variations
Color information
#857FC5 (or 0x857FC5) is known color: Moody Blue. HEX triplet: 85, 7F and C5. RGB value is (133,127,197). Sum of RGB (Red+Green+Blue) = 133+127+197=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #857FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FC5 is #7A803A. Grayscale: #888888. Windows color (decimal): -8028219 or 12943237. OLE color: 12943237.
HSL color Cylindrical-coordinate representation of color #857FC5: hue angle of 245.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #857FC5 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 127 | 197 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.23 |
| HSL | 245.14º | 0.38% | 0.64% | - |
| HSV(B) | 245.14º | 0.36% | 0.77% | - |
| XYZ | 27.34 | 24.2 | 56.05 | - |
| YUV | 136.77 | 161.99 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 197 | 0.32 | 0.36 | 0 | 0.23 | 245.14 | 0.38 | 0.64 |
| Hex | 85 | 7F | C5 | 20 | 24 | 0 | 17 | F5 | 26 | 40 |
| Octal | 205 | 177 | 305 | 40 | 44 | 0 | 27 | 365 | 46 | 100 |
| Binary | 10000101 | 1111111 | 11000101 | 100000 | 100100 | 0 | 10111 | 11110101 | 100110 | 1000000 |
Color Harmonies of #857FC5
Complementary color
Monochromatic Colors of #857FC5
Black with #857FC5
Text Example
Text Example
White with #857FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FC5; }
p { color: rgb(133,127,197); }
H1.HeaderClassName
{
color: #857FC5;
}
.AnyTagClassName
{
color: #857FC5;
}
</style>
background-color css
<style>
a { background-color: #857FC5; }
a { background-color: rgb(133,127,197); }
div.DivClassName
{
background-color: #857FC5;
}
.BgClassName
{
background-color: #857FC5;
}
</style>
border-color css
<style>
span { border-color: #857FC5; }
span { border-color: rgb(133,127,197); }
td.TdClassName
{
border-color: #857FC5;
}
.TagClassName
{
border-color: #857FC5;
}
</style>