Shades of Moody Blue #8B7BC1
Tints of Moody Blue #8B7BC1
RGB
CMYK
RGB Variations
Color information
#8B7BC1 (or 0x8B7BC1) is known color: Moody Blue. HEX triplet: 8B, 7B and C1. RGB value is (139,123,193). Sum of RGB (Red+Green+Blue) = 139+123+193=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B7BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7BC1 is #74843E. Grayscale: #878787. Windows color (decimal): -7636031 or 12680075. OLE color: 12680075.
HSL color Cylindrical-coordinate representation of color #8B7BC1: hue angle of 253.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B7BC1 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 123 | 193 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.24 |
| HSL | 253.71º | 0.36% | 0.62% | - |
| HSV(B) | 253.71º | 0.36% | 0.76% | - |
| XYZ | 27.36 | 23.51 | 53.55 | - |
| YUV | 135.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 193 | 0.28 | 0.36 | 0 | 0.24 | 253.71 | 0.36 | 0.62 |
| Hex | 8B | 7B | C1 | 1C | 24 | 0 | 18 | FE | 24 | 3E |
| Octal | 213 | 173 | 301 | 34 | 44 | 0 | 30 | 376 | 44 | 76 |
| Binary | 10001011 | 1111011 | 11000001 | 11100 | 100100 | 0 | 11000 | 11111110 | 100100 | 111110 |
Color Harmonies of #8B7BC1
Complementary color
Monochromatic Colors of #8B7BC1
Black with #8B7BC1
Text Example
Text Example
White with #8B7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7BC1; }
p { color: rgb(139,123,193); }
H1.HeaderClassName
{
color: #8B7BC1;
}
.AnyTagClassName
{
color: #8B7BC1;
}
</style>
background-color css
<style>
a { background-color: #8B7BC1; }
a { background-color: rgb(139,123,193); }
div.DivClassName
{
background-color: #8B7BC1;
}
.BgClassName
{
background-color: #8B7BC1;
}
</style>
border-color css
<style>
span { border-color: #8B7BC1; }
span { border-color: rgb(139,123,193); }
td.TdClassName
{
border-color: #8B7BC1;
}
.TagClassName
{
border-color: #8B7BC1;
}
</style>