Shades of Moody Blue #8A87BC
Tints of Moody Blue #8A87BC
RGB
CMYK
RGB Variations
Color information
#8A87BC (or 0x8A87BC) is known color: Moody Blue. HEX triplet: 8A, 87 and BC. RGB value is (138,135,188). Sum of RGB (Red+Green+Blue) = 138+135+188=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A87BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A87BC is #757843. Grayscale: #8D8D8D. Windows color (decimal): -7698500 or 12355466. OLE color: 12355466.
HSL color Cylindrical-coordinate representation of color #8A87BC: hue angle of 243.4º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A87BC is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 135 | 188 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.26 |
| HSL | 243.4º | 0.28% | 0.63% | - |
| HSV(B) | 243.4º | 0.28% | 0.74% | - |
| XYZ | 28.22 | 26.36 | 51.18 | - |
| YUV | 141.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 188 | 0.27 | 0.28 | 0 | 0.26 | 243.4 | 0.28 | 0.63 |
| Hex | 8A | 87 | BC | 1B | 1C | 0 | 1A | F3 | 1C | 3F |
| Octal | 212 | 207 | 274 | 33 | 34 | 0 | 32 | 363 | 34 | 77 |
| Binary | 10001010 | 10000111 | 10111100 | 11011 | 11100 | 0 | 11010 | 11110011 | 11100 | 111111 |
Color Harmonies of #8A87BC
Complementary color
Monochromatic Colors of #8A87BC
Black with #8A87BC
Text Example
Text Example
White with #8A87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A87BC; }
p { color: rgb(138,135,188); }
H1.HeaderClassName
{
color: #8A87BC;
}
.AnyTagClassName
{
color: #8A87BC;
}
</style>
background-color css
<style>
a { background-color: #8A87BC; }
a { background-color: rgb(138,135,188); }
div.DivClassName
{
background-color: #8A87BC;
}
.BgClassName
{
background-color: #8A87BC;
}
</style>
border-color css
<style>
span { border-color: #8A87BC; }
span { border-color: rgb(138,135,188); }
td.TdClassName
{
border-color: #8A87BC;
}
.TagClassName
{
border-color: #8A87BC;
}
</style>