Shades of Moody Blue #8C85CA
Tints of Moody Blue #8C85CA
RGB
CMYK
RGB Variations
Color information
#8C85CA (or 0x8C85CA) is known color: Moody Blue. HEX triplet: 8C, 85 and CA. RGB value is (140,133,202). Sum of RGB (Red+Green+Blue) = 140+133+202=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85CA is #737A35. Grayscale: #8E8E8E. Windows color (decimal): -7567926 or 13272460. OLE color: 13272460.
HSL color Cylindrical-coordinate representation of color #8C85CA: hue angle of 246.09º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C85CA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 133 | 202 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.21 |
| HSL | 246.09º | 0.39% | 0.66% | - |
| HSV(B) | 246.09º | 0.34% | 0.79% | - |
| XYZ | 29.86 | 26.61 | 59.44 | - |
| YUV | 142.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 202 | 0.31 | 0.34 | 0 | 0.21 | 246.09 | 0.39 | 0.66 |
| Hex | 8C | 85 | CA | 1F | 22 | 0 | 15 | F6 | 27 | 42 |
| Octal | 214 | 205 | 312 | 37 | 42 | 0 | 25 | 366 | 47 | 102 |
| Binary | 10001100 | 10000101 | 11001010 | 11111 | 100010 | 0 | 10101 | 11110110 | 100111 | 1000010 |
Color Harmonies of #8C85CA
Complementary color
Monochromatic Colors of #8C85CA
Black with #8C85CA
Text Example
Text Example
White with #8C85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C85CA; }
p { color: rgb(140,133,202); }
H1.HeaderClassName
{
color: #8C85CA;
}
.AnyTagClassName
{
color: #8C85CA;
}
</style>
background-color css
<style>
a { background-color: #8C85CA; }
a { background-color: rgb(140,133,202); }
div.DivClassName
{
background-color: #8C85CA;
}
.BgClassName
{
background-color: #8C85CA;
}
</style>
border-color css
<style>
span { border-color: #8C85CA; }
span { border-color: rgb(140,133,202); }
td.TdClassName
{
border-color: #8C85CA;
}
.TagClassName
{
border-color: #8C85CA;
}
</style>