Shades of Moody Blue #8B7BCD
Tints of Moody Blue #8B7BCD
RGB
CMYK
RGB Variations
Color information
#8B7BCD (or 0x8B7BCD) is known color: Moody Blue. HEX triplet: 8B, 7B and CD. RGB value is (139,123,205). Sum of RGB (Red+Green+Blue) = 139+123+205=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B7BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7BCD is #748432. Grayscale: #888888. Windows color (decimal): -7636019 or 13466507. OLE color: 13466507.
HSL color Cylindrical-coordinate representation of color #8B7BCD: hue angle of 251.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B7BCD is Cyan = 0.32, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 123 | 205 | - |
| CMYK | 0.32 | 0.4 | 0 | 0.20 |
| HSL | 251.71º | 0.45% | 0.64% | - |
| HSV(B) | 251.71º | 0.4% | 0.8% | - |
| XYZ | 28.75 | 24.06 | 60.89 | - |
| YUV | 137.13 | 166.3 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 205 | 0.32 | 0.4 | 0 | 0.20 | 251.71 | 0.45 | 0.64 |
| Hex | 8B | 7B | CD | 20 | 28 | 0 | 14 | FC | 2D | 40 |
| Octal | 213 | 173 | 315 | 40 | 50 | 0 | 24 | 374 | 55 | 100 |
| Binary | 10001011 | 1111011 | 11001101 | 100000 | 101000 | 0 | 10100 | 11111100 | 101101 | 1000000 |
Color Harmonies of #8B7BCD
Complementary color
Monochromatic Colors of #8B7BCD
Black with #8B7BCD
Text Example
Text Example
White with #8B7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7BCD; }
p { color: rgb(139,123,205); }
H1.HeaderClassName
{
color: #8B7BCD;
}
.AnyTagClassName
{
color: #8B7BCD;
}
</style>
background-color css
<style>
a { background-color: #8B7BCD; }
a { background-color: rgb(139,123,205); }
div.DivClassName
{
background-color: #8B7BCD;
}
.BgClassName
{
background-color: #8B7BCD;
}
</style>
border-color css
<style>
span { border-color: #8B7BCD; }
span { border-color: rgb(139,123,205); }
td.TdClassName
{
border-color: #8B7BCD;
}
.TagClassName
{
border-color: #8B7BCD;
}
</style>