Shades of Moody Blue #8A7CB9
Tints of Moody Blue #8A7CB9
RGB
CMYK
RGB Variations
Color information
#8A7CB9 (or 0x8A7CB9) is known color: Moody Blue. HEX triplet: 8A, 7C and B9. RGB value is (138,124,185). Sum of RGB (Red+Green+Blue) = 138+124+185=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A7CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7CB9 is #758346. Grayscale: #868686. Windows color (decimal): -7701319 or 12156042. OLE color: 12156042.
HSL color Cylindrical-coordinate representation of color #8A7CB9: hue angle of 253.77º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A7CB9 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 124 | 185 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.27 |
| HSL | 253.77º | 0.3% | 0.61% | - |
| HSV(B) | 253.77º | 0.33% | 0.73% | - |
| XYZ | 26.45 | 23.32 | 49.01 | - |
| YUV | 135.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 185 | 0.25 | 0.33 | 0 | 0.27 | 253.77 | 0.3 | 0.61 |
| Hex | 8A | 7C | B9 | 19 | 21 | 0 | 1B | FE | 1E | 3D |
| Octal | 212 | 174 | 271 | 31 | 41 | 0 | 33 | 376 | 36 | 75 |
| Binary | 10001010 | 1111100 | 10111001 | 11001 | 100001 | 0 | 11011 | 11111110 | 11110 | 111101 |
Color Harmonies of #8A7CB9
Complementary color
Monochromatic Colors of #8A7CB9
Black with #8A7CB9
Text Example
Text Example
White with #8A7CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7CB9; }
p { color: rgb(138,124,185); }
H1.HeaderClassName
{
color: #8A7CB9;
}
.AnyTagClassName
{
color: #8A7CB9;
}
</style>
background-color css
<style>
a { background-color: #8A7CB9; }
a { background-color: rgb(138,124,185); }
div.DivClassName
{
background-color: #8A7CB9;
}
.BgClassName
{
background-color: #8A7CB9;
}
</style>
border-color css
<style>
span { border-color: #8A7CB9; }
span { border-color: rgb(138,124,185); }
td.TdClassName
{
border-color: #8A7CB9;
}
.TagClassName
{
border-color: #8A7CB9;
}
</style>