Shades of Moody Blue #8B87C4
Tints of Moody Blue #8B87C4
RGB
CMYK
RGB Variations
Color information
#8B87C4 (or 0x8B87C4) is known color: Moody Blue. HEX triplet: 8B, 87 and C4. RGB value is (139,135,196). Sum of RGB (Red+Green+Blue) = 139+135+196=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #8B87C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B87C4 is #74783B. Grayscale: #8E8E8E. Windows color (decimal): -7632956 or 12879755. OLE color: 12879755.
HSL color Cylindrical-coordinate representation of color #8B87C4: hue angle of 243.93º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B87C4 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 135 | 196 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.23 |
| HSL | 243.93º | 0.34% | 0.65% | - |
| HSV(B) | 243.93º | 0.31% | 0.77% | - |
| XYZ | 29.28 | 26.8 | 55.85 | - |
| YUV | 143.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 196 | 0.29 | 0.31 | 0 | 0.23 | 243.93 | 0.34 | 0.65 |
| Hex | 8B | 87 | C4 | 1D | 1F | 0 | 17 | F4 | 22 | 41 |
| Octal | 213 | 207 | 304 | 35 | 37 | 0 | 27 | 364 | 42 | 101 |
| Binary | 10001011 | 10000111 | 11000100 | 11101 | 11111 | 0 | 10111 | 11110100 | 100010 | 1000001 |
Color Harmonies of #8B87C4
Complementary color
Monochromatic Colors of #8B87C4
Black with #8B87C4
Text Example
Text Example
White with #8B87C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B87C4; }
p { color: rgb(139,135,196); }
H1.HeaderClassName
{
color: #8B87C4;
}
.AnyTagClassName
{
color: #8B87C4;
}
</style>
background-color css
<style>
a { background-color: #8B87C4; }
a { background-color: rgb(139,135,196); }
div.DivClassName
{
background-color: #8B87C4;
}
.BgClassName
{
background-color: #8B87C4;
}
</style>
border-color css
<style>
span { border-color: #8B87C4; }
span { border-color: rgb(139,135,196); }
td.TdClassName
{
border-color: #8B87C4;
}
.TagClassName
{
border-color: #8B87C4;
}
</style>