Shades of Moody Blue #8C85D2
Tints of Moody Blue #8C85D2
RGB
CMYK
RGB Variations
Color information
#8C85D2 (or 0x8C85D2) is known color: Moody Blue. HEX triplet: 8C, 85 and D2. RGB value is (140,133,210). Sum of RGB (Red+Green+Blue) = 140+133+210=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #8C85D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85D2 is #737A2D. Grayscale: #8F8F8F. Windows color (decimal): -7567918 or 13796748. OLE color: 13796748.
HSL color Cylindrical-coordinate representation of color #8C85D2: hue angle of 245.45º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C85D2 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 133 | 210 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.18 |
| HSL | 245.45º | 0.46% | 0.67% | - |
| HSV(B) | 245.45º | 0.37% | 0.82% | - |
| XYZ | 30.84 | 27 | 64.56 | - |
| YUV | 143.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 210 | 0.33 | 0.37 | 0 | 0.18 | 245.45 | 0.46 | 0.67 |
| Hex | 8C | 85 | D2 | 21 | 25 | 0 | 12 | F5 | 2E | 43 |
| Octal | 214 | 205 | 322 | 41 | 45 | 0 | 22 | 365 | 56 | 103 |
| Binary | 10001100 | 10000101 | 11010010 | 100001 | 100101 | 0 | 10010 | 11110101 | 101110 | 1000011 |
Color Harmonies of #8C85D2
Complementary color
Monochromatic Colors of #8C85D2
Black with #8C85D2
Text Example
Text Example
White with #8C85D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C85D2; }
p { color: rgb(140,133,210); }
H1.HeaderClassName
{
color: #8C85D2;
}
.AnyTagClassName
{
color: #8C85D2;
}
</style>
background-color css
<style>
a { background-color: #8C85D2; }
a { background-color: rgb(140,133,210); }
div.DivClassName
{
background-color: #8C85D2;
}
.BgClassName
{
background-color: #8C85D2;
}
</style>
border-color css
<style>
span { border-color: #8C85D2; }
span { border-color: rgb(140,133,210); }
td.TdClassName
{
border-color: #8C85D2;
}
.TagClassName
{
border-color: #8C85D2;
}
</style>