Shades of Moody Blue #8A7AD0
Tints of Moody Blue #8A7AD0
RGB
CMYK
RGB Variations
Color information
#8A7AD0 (or 0x8A7AD0) is known color: Moody Blue. HEX triplet: 8A, 7A and D0. RGB value is (138,122,208). Sum of RGB (Red+Green+Blue) = 138+122+208=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A7AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7AD0 is #75852F. Grayscale: #888888. Windows color (decimal): -7701808 or 13662858. OLE color: 13662858.
HSL color Cylindrical-coordinate representation of color #8A7AD0: hue angle of 251.16º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A7AD0 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 122 | 208 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.18 |
| HSL | 251.16º | 0.48% | 0.65% | - |
| HSV(B) | 251.16º | 0.41% | 0.82% | - |
| XYZ | 28.83 | 23.88 | 62.76 | - |
| YUV | 136.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 208 | 0.34 | 0.41 | 0 | 0.18 | 251.16 | 0.48 | 0.65 |
| Hex | 8A | 7A | D0 | 22 | 29 | 0 | 12 | FB | 30 | 41 |
| Octal | 212 | 172 | 320 | 42 | 51 | 0 | 22 | 373 | 60 | 101 |
| Binary | 10001010 | 1111010 | 11010000 | 100010 | 101001 | 0 | 10010 | 11111011 | 110000 | 1000001 |
Color Harmonies of #8A7AD0
Complementary color
Monochromatic Colors of #8A7AD0
Black with #8A7AD0
Text Example
Text Example
White with #8A7AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7AD0; }
p { color: rgb(138,122,208); }
H1.HeaderClassName
{
color: #8A7AD0;
}
.AnyTagClassName
{
color: #8A7AD0;
}
</style>
background-color css
<style>
a { background-color: #8A7AD0; }
a { background-color: rgb(138,122,208); }
div.DivClassName
{
background-color: #8A7AD0;
}
.BgClassName
{
background-color: #8A7AD0;
}
</style>
border-color css
<style>
span { border-color: #8A7AD0; }
span { border-color: rgb(138,122,208); }
td.TdClassName
{
border-color: #8A7AD0;
}
.TagClassName
{
border-color: #8A7AD0;
}
</style>