Shades of Moody Blue #8A7ACE
Tints of Moody Blue #8A7ACE
RGB
CMYK
RGB Variations
Color information
#8A7ACE (or 0x8A7ACE) is known color: Moody Blue. HEX triplet: 8A, 7A and CE. RGB value is (138,122,206). Sum of RGB (Red+Green+Blue) = 138+122+206=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ACE is #758531. Grayscale: #888888. Windows color (decimal): -7701810 or 13531786. OLE color: 13531786.
HSL color Cylindrical-coordinate representation of color #8A7ACE: hue angle of 251.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A7ACE is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 122 | 206 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.19 |
| HSL | 251.43º | 0.46% | 0.64% | - |
| HSV(B) | 251.43º | 0.41% | 0.81% | - |
| XYZ | 28.58 | 23.78 | 61.48 | - |
| YUV | 136.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 206 | 0.33 | 0.41 | 0 | 0.19 | 251.43 | 0.46 | 0.64 |
| Hex | 8A | 7A | CE | 21 | 29 | 0 | 13 | FB | 2E | 40 |
| Octal | 212 | 172 | 316 | 41 | 51 | 0 | 23 | 373 | 56 | 100 |
| Binary | 10001010 | 1111010 | 11001110 | 100001 | 101001 | 0 | 10011 | 11111011 | 101110 | 1000000 |
Color Harmonies of #8A7ACE
Complementary color
Monochromatic Colors of #8A7ACE
Black with #8A7ACE
Text Example
Text Example
White with #8A7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7ACE; }
p { color: rgb(138,122,206); }
H1.HeaderClassName
{
color: #8A7ACE;
}
.AnyTagClassName
{
color: #8A7ACE;
}
</style>
background-color css
<style>
a { background-color: #8A7ACE; }
a { background-color: rgb(138,122,206); }
div.DivClassName
{
background-color: #8A7ACE;
}
.BgClassName
{
background-color: #8A7ACE;
}
</style>
border-color css
<style>
span { border-color: #8A7ACE; }
span { border-color: rgb(138,122,206); }
td.TdClassName
{
border-color: #8A7ACE;
}
.TagClassName
{
border-color: #8A7ACE;
}
</style>