Shades of Moody Blue #8487CE
Tints of Moody Blue #8487CE
RGB
CMYK
RGB Variations
Color information
#8487CE (or 0x8487CE) is known color: Moody Blue. HEX triplet: 84, 87 and CE. RGB value is (132,135,206). Sum of RGB (Red+Green+Blue) = 132+135+206=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #8487CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8487CE is #7B7831. Grayscale: #8D8D8D. Windows color (decimal): -8091698 or 13535108. OLE color: 13535108.
HSL color Cylindrical-coordinate representation of color #8487CE: hue angle of 237.57º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8487CE is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 135 | 206 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.19 |
| HSL | 237.57º | 0.43% | 0.66% | - |
| HSV(B) | 237.57º | 0.36% | 0.81% | - |
| XYZ | 29.32 | 26.69 | 62 | - |
| YUV | 142.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 206 | 0.36 | 0.34 | 0 | 0.19 | 237.57 | 0.43 | 0.66 |
| Hex | 84 | 87 | CE | 24 | 22 | 0 | 13 | EE | 2B | 42 |
| Octal | 204 | 207 | 316 | 44 | 42 | 0 | 23 | 356 | 53 | 102 |
| Binary | 10000100 | 10000111 | 11001110 | 100100 | 100010 | 0 | 10011 | 11101110 | 101011 | 1000010 |
Color Harmonies of #8487CE
Complementary color
Monochromatic Colors of #8487CE
Black with #8487CE
Text Example
Text Example
White with #8487CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8487CE; }
p { color: rgb(132,135,206); }
H1.HeaderClassName
{
color: #8487CE;
}
.AnyTagClassName
{
color: #8487CE;
}
</style>
background-color css
<style>
a { background-color: #8487CE; }
a { background-color: rgb(132,135,206); }
div.DivClassName
{
background-color: #8487CE;
}
.BgClassName
{
background-color: #8487CE;
}
</style>
border-color css
<style>
span { border-color: #8487CE; }
span { border-color: rgb(132,135,206); }
td.TdClassName
{
border-color: #8487CE;
}
.TagClassName
{
border-color: #8487CE;
}
</style>