Shades of Moody Blue #8A87CC
Tints of Moody Blue #8A87CC
RGB
CMYK
RGB Variations
Color information
#8A87CC (or 0x8A87CC) is known color: Moody Blue. HEX triplet: 8A, 87 and CC. RGB value is (138,135,204). Sum of RGB (Red+Green+Blue) = 138+135+204=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A87CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A87CC is #757833. Grayscale: #8F8F8F. Windows color (decimal): -7698484 or 13404042. OLE color: 13404042.
HSL color Cylindrical-coordinate representation of color #8A87CC: hue angle of 242.61º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A87CC is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 135 | 204 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.2 |
| HSL | 242.61º | 0.4% | 0.66% | - |
| HSV(B) | 242.61º | 0.34% | 0.8% | - |
| XYZ | 30.04 | 27.09 | 60.77 | - |
| YUV | 143.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 204 | 0.32 | 0.34 | 0 | 0.2 | 242.61 | 0.4 | 0.66 |
| Hex | 8A | 87 | CC | 20 | 22 | 0 | 14 | F3 | 28 | 42 |
| Octal | 212 | 207 | 314 | 40 | 42 | 0 | 24 | 363 | 50 | 102 |
| Binary | 10001010 | 10000111 | 11001100 | 100000 | 100010 | 0 | 10100 | 11110011 | 101000 | 1000010 |
Color Harmonies of #8A87CC
Complementary color
Monochromatic Colors of #8A87CC
Black with #8A87CC
Text Example
Text Example
White with #8A87CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A87CC; }
p { color: rgb(138,135,204); }
H1.HeaderClassName
{
color: #8A87CC;
}
.AnyTagClassName
{
color: #8A87CC;
}
</style>
background-color css
<style>
a { background-color: #8A87CC; }
a { background-color: rgb(138,135,204); }
div.DivClassName
{
background-color: #8A87CC;
}
.BgClassName
{
background-color: #8A87CC;
}
</style>
border-color css
<style>
span { border-color: #8A87CC; }
span { border-color: rgb(138,135,204); }
td.TdClassName
{
border-color: #8A87CC;
}
.TagClassName
{
border-color: #8A87CC;
}
</style>