Shades of Moody Blue #857ECB
Tints of Moody Blue #857ECB
RGB
CMYK
RGB Variations
Color information
#857ECB (or 0x857ECB) is known color: Moody Blue. HEX triplet: 85, 7E and CB. RGB value is (133,126,203). Sum of RGB (Red+Green+Blue) = 133+126+203=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #857ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ECB is #7A8134. Grayscale: #888888. Windows color (decimal): -8028469 or 13336197. OLE color: 13336197.
HSL color Cylindrical-coordinate representation of color #857ECB: hue angle of 245.45º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857ECB is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 126 | 203 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.20 |
| HSL | 245.45º | 0.43% | 0.65% | - |
| HSV(B) | 245.45º | 0.38% | 0.8% | - |
| XYZ | 27.91 | 24.22 | 59.7 | - |
| YUV | 136.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 203 | 0.34 | 0.38 | 0 | 0.20 | 245.45 | 0.43 | 0.65 |
| Hex | 85 | 7E | CB | 22 | 26 | 0 | 14 | F5 | 2B | 41 |
| Octal | 205 | 176 | 313 | 42 | 46 | 0 | 24 | 365 | 53 | 101 |
| Binary | 10000101 | 1111110 | 11001011 | 100010 | 100110 | 0 | 10100 | 11110101 | 101011 | 1000001 |
Color Harmonies of #857ECB
Complementary color
Monochromatic Colors of #857ECB
Black with #857ECB
Text Example
Text Example
White with #857ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857ECB; }
p { color: rgb(133,126,203); }
H1.HeaderClassName
{
color: #857ECB;
}
.AnyTagClassName
{
color: #857ECB;
}
</style>
background-color css
<style>
a { background-color: #857ECB; }
a { background-color: rgb(133,126,203); }
div.DivClassName
{
background-color: #857ECB;
}
.BgClassName
{
background-color: #857ECB;
}
</style>
border-color css
<style>
span { border-color: #857ECB; }
span { border-color: rgb(133,126,203); }
td.TdClassName
{
border-color: #857ECB;
}
.TagClassName
{
border-color: #857ECB;
}
</style>