Shades of Moody Blue #8487CC
Tints of Moody Blue #8487CC
RGB
CMYK
RGB Variations
Color information
#8487CC (or 0x8487CC) is known color: Moody Blue. HEX triplet: 84, 87 and CC. RGB value is (132,135,204). Sum of RGB (Red+Green+Blue) = 132+135+204=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #8487CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8487CC is #7B7833. Grayscale: #8D8D8D. Windows color (decimal): -8091700 or 13404036. OLE color: 13404036.
HSL color Cylindrical-coordinate representation of color #8487CC: hue angle of 237.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8487CC is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 135 | 204 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.2 |
| HSL | 237.5º | 0.41% | 0.66% | - |
| HSV(B) | 237.5º | 0.35% | 0.8% | - |
| XYZ | 29.08 | 26.59 | 60.73 | - |
| YUV | 141.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 204 | 0.35 | 0.34 | 0 | 0.2 | 237.5 | 0.41 | 0.66 |
| Hex | 84 | 87 | CC | 23 | 22 | 0 | 14 | EE | 29 | 42 |
| Octal | 204 | 207 | 314 | 43 | 42 | 0 | 24 | 356 | 51 | 102 |
| Binary | 10000100 | 10000111 | 11001100 | 100011 | 100010 | 0 | 10100 | 11101110 | 101001 | 1000010 |
Color Harmonies of #8487CC
Complementary color
Monochromatic Colors of #8487CC
Black with #8487CC
Text Example
Text Example
White with #8487CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8487CC; }
p { color: rgb(132,135,204); }
H1.HeaderClassName
{
color: #8487CC;
}
.AnyTagClassName
{
color: #8487CC;
}
</style>
background-color css
<style>
a { background-color: #8487CC; }
a { background-color: rgb(132,135,204); }
div.DivClassName
{
background-color: #8487CC;
}
.BgClassName
{
background-color: #8487CC;
}
</style>
border-color css
<style>
span { border-color: #8487CC; }
span { border-color: rgb(132,135,204); }
td.TdClassName
{
border-color: #8487CC;
}
.TagClassName
{
border-color: #8487CC;
}
</style>