Shades of Moody Blue #8B83C9
Tints of Moody Blue #8B83C9
RGB
CMYK
RGB Variations
Color information
#8B83C9 (or 0x8B83C9) is known color: Moody Blue. HEX triplet: 8B, 83 and C9. RGB value is (139,131,201). Sum of RGB (Red+Green+Blue) = 139+131+201=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B83C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B83C9 is #747C36. Grayscale: #8D8D8D. Windows color (decimal): -7633975 or 13206411. OLE color: 13206411.
HSL color Cylindrical-coordinate representation of color #8B83C9: hue angle of 246.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B83C9 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 131 | 201 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.21 |
| HSL | 246.86º | 0.39% | 0.65% | - |
| HSV(B) | 246.86º | 0.35% | 0.79% | - |
| XYZ | 29.31 | 25.94 | 58.72 | - |
| YUV | 141.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 131 | 201 | 0.31 | 0.35 | 0 | 0.21 | 246.86 | 0.39 | 0.65 |
| Hex | 8B | 83 | C9 | 1F | 23 | 0 | 15 | F7 | 27 | 41 |
| Octal | 213 | 203 | 311 | 37 | 43 | 0 | 25 | 367 | 47 | 101 |
| Binary | 10001011 | 10000011 | 11001001 | 11111 | 100011 | 0 | 10101 | 11110111 | 100111 | 1000001 |
Color Harmonies of #8B83C9
Complementary color
Monochromatic Colors of #8B83C9
Black with #8B83C9
Text Example
Text Example
White with #8B83C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B83C9; }
p { color: rgb(139,131,201); }
H1.HeaderClassName
{
color: #8B83C9;
}
.AnyTagClassName
{
color: #8B83C9;
}
</style>
background-color css
<style>
a { background-color: #8B83C9; }
a { background-color: rgb(139,131,201); }
div.DivClassName
{
background-color: #8B83C9;
}
.BgClassName
{
background-color: #8B83C9;
}
</style>
border-color css
<style>
span { border-color: #8B83C9; }
span { border-color: rgb(139,131,201); }
td.TdClassName
{
border-color: #8B83C9;
}
.TagClassName
{
border-color: #8B83C9;
}
</style>