Shades of Moody Blue #857BDA
Tints of Moody Blue #857BDA
RGB
CMYK
RGB Variations
Color information
#857BDA (or 0x857BDA) is known color: Moody Blue. HEX triplet: 85, 7B and DA. RGB value is (133,123,218). Sum of RGB (Red+Green+Blue) = 133+123+218=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #857BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BDA is #7A8425. Grayscale: #888888. Windows color (decimal): -8029222 or 14318469. OLE color: 14318469.
HSL color Cylindrical-coordinate representation of color #857BDA: hue angle of 246.32º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857BDA is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 123 | 218 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.15 |
| HSL | 246.32º | 0.56% | 0.67% | - |
| HSV(B) | 246.32º | 0.44% | 0.85% | - |
| XYZ | 29.41 | 24.21 | 69.45 | - |
| YUV | 136.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 218 | 0.39 | 0.44 | 0 | 0.15 | 246.32 | 0.56 | 0.67 |
| Hex | 85 | 7B | DA | 27 | 2C | 0 | F | F6 | 38 | 43 |
| Octal | 205 | 173 | 332 | 47 | 54 | 0 | 17 | 366 | 70 | 103 |
| Binary | 10000101 | 1111011 | 11011010 | 100111 | 101100 | 0 | 1111 | 11110110 | 111000 | 1000011 |
Color Harmonies of #857BDA
Complementary color
Monochromatic Colors of #857BDA
Black with #857BDA
Text Example
Text Example
White with #857BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BDA; }
p { color: rgb(133,123,218); }
H1.HeaderClassName
{
color: #857BDA;
}
.AnyTagClassName
{
color: #857BDA;
}
</style>
background-color css
<style>
a { background-color: #857BDA; }
a { background-color: rgb(133,123,218); }
div.DivClassName
{
background-color: #857BDA;
}
.BgClassName
{
background-color: #857BDA;
}
</style>
border-color css
<style>
span { border-color: #857BDA; }
span { border-color: rgb(133,123,218); }
td.TdClassName
{
border-color: #857BDA;
}
.TagClassName
{
border-color: #857BDA;
}
</style>