Shades of Moody Blue #8B7AC9
Tints of Moody Blue #8B7AC9
RGB
CMYK
RGB Variations
Color information
#8B7AC9 (or 0x8B7AC9) is known color: Moody Blue. HEX triplet: 8B, 7A and C9. RGB value is (139,122,201). Sum of RGB (Red+Green+Blue) = 139+122+201=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B7AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AC9 is #748536. Grayscale: #878787. Windows color (decimal): -7636279 or 13204107. OLE color: 13204107.
HSL color Cylindrical-coordinate representation of color #8B7AC9: hue angle of 252.91º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B7AC9 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 122 | 201 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.21 |
| HSL | 252.91º | 0.42% | 0.63% | - |
| HSV(B) | 252.91º | 0.39% | 0.79% | - |
| XYZ | 28.15 | 23.63 | 58.33 | - |
| YUV | 136.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 201 | 0.31 | 0.39 | 0 | 0.21 | 252.91 | 0.42 | 0.63 |
| Hex | 8B | 7A | C9 | 1F | 27 | 0 | 15 | FD | 2A | 3F |
| Octal | 213 | 172 | 311 | 37 | 47 | 0 | 25 | 375 | 52 | 77 |
| Binary | 10001011 | 1111010 | 11001001 | 11111 | 100111 | 0 | 10101 | 11111101 | 101010 | 111111 |
Color Harmonies of #8B7AC9
Complementary color
Monochromatic Colors of #8B7AC9
Black with #8B7AC9
Text Example
Text Example
White with #8B7AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7AC9; }
p { color: rgb(139,122,201); }
H1.HeaderClassName
{
color: #8B7AC9;
}
.AnyTagClassName
{
color: #8B7AC9;
}
</style>
background-color css
<style>
a { background-color: #8B7AC9; }
a { background-color: rgb(139,122,201); }
div.DivClassName
{
background-color: #8B7AC9;
}
.BgClassName
{
background-color: #8B7AC9;
}
</style>
border-color css
<style>
span { border-color: #8B7AC9; }
span { border-color: rgb(139,122,201); }
td.TdClassName
{
border-color: #8B7AC9;
}
.TagClassName
{
border-color: #8B7AC9;
}
</style>