Shades of Moody Blue #8B87CE
Tints of Moody Blue #8B87CE
RGB
CMYK
RGB Variations
Color information
#8B87CE (or 0x8B87CE) is known color: Moody Blue. HEX triplet: 8B, 87 and CE. RGB value is (139,135,206). Sum of RGB (Red+Green+Blue) = 139+135+206=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B87CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B87CE is #747831. Grayscale: #909090. Windows color (decimal): -7632946 or 13535115. OLE color: 13535115.
HSL color Cylindrical-coordinate representation of color #8B87CE: hue angle of 243.38º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B87CE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 135 | 206 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.19 |
| HSL | 243.38º | 0.42% | 0.67% | - |
| HSV(B) | 243.38º | 0.34% | 0.81% | - |
| XYZ | 30.45 | 27.27 | 62.05 | - |
| YUV | 144.29 | 162.83 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 206 | 0.33 | 0.34 | 0 | 0.19 | 243.38 | 0.42 | 0.67 |
| Hex | 8B | 87 | CE | 21 | 22 | 0 | 13 | F3 | 2A | 43 |
| Octal | 213 | 207 | 316 | 41 | 42 | 0 | 23 | 363 | 52 | 103 |
| Binary | 10001011 | 10000111 | 11001110 | 100001 | 100010 | 0 | 10011 | 11110011 | 101010 | 1000011 |
Color Harmonies of #8B87CE
Complementary color
Monochromatic Colors of #8B87CE
Black with #8B87CE
Text Example
Text Example
White with #8B87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B87CE; }
p { color: rgb(139,135,206); }
H1.HeaderClassName
{
color: #8B87CE;
}
.AnyTagClassName
{
color: #8B87CE;
}
</style>
background-color css
<style>
a { background-color: #8B87CE; }
a { background-color: rgb(139,135,206); }
div.DivClassName
{
background-color: #8B87CE;
}
.BgClassName
{
background-color: #8B87CE;
}
</style>
border-color css
<style>
span { border-color: #8B87CE; }
span { border-color: rgb(139,135,206); }
td.TdClassName
{
border-color: #8B87CE;
}
.TagClassName
{
border-color: #8B87CE;
}
</style>