Shades of Moody Blue #8A7ACA
Tints of Moody Blue #8A7ACA
RGB
CMYK
RGB Variations
Color information
#8A7ACA (or 0x8A7ACA) is known color: Moody Blue. HEX triplet: 8A, 7A and CA. RGB value is (138,122,202). Sum of RGB (Red+Green+Blue) = 138+122+202=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A7ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ACA is #758535. Grayscale: #878787. Windows color (decimal): -7701814 or 13269642. OLE color: 13269642.
HSL color Cylindrical-coordinate representation of color #8A7ACA: hue angle of 252º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A7ACA is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 122 | 202 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.21 |
| HSL | 252º | 0.43% | 0.64% | - |
| HSV(B) | 252º | 0.4% | 0.79% | - |
| XYZ | 28.1 | 23.59 | 58.95 | - |
| YUV | 135.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 202 | 0.32 | 0.40 | 0 | 0.21 | 252 | 0.43 | 0.64 |
| Hex | 8A | 7A | CA | 20 | 28 | 0 | 15 | FC | 2B | 40 |
| Octal | 212 | 172 | 312 | 40 | 50 | 0 | 25 | 374 | 53 | 100 |
| Binary | 10001010 | 1111010 | 11001010 | 100000 | 101000 | 0 | 10101 | 11111100 | 101011 | 1000000 |
Color Harmonies of #8A7ACA
Complementary color
Monochromatic Colors of #8A7ACA
Black with #8A7ACA
Text Example
Text Example
White with #8A7ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7ACA; }
p { color: rgb(138,122,202); }
H1.HeaderClassName
{
color: #8A7ACA;
}
.AnyTagClassName
{
color: #8A7ACA;
}
</style>
background-color css
<style>
a { background-color: #8A7ACA; }
a { background-color: rgb(138,122,202); }
div.DivClassName
{
background-color: #8A7ACA;
}
.BgClassName
{
background-color: #8A7ACA;
}
</style>
border-color css
<style>
span { border-color: #8A7ACA; }
span { border-color: rgb(138,122,202); }
td.TdClassName
{
border-color: #8A7ACA;
}
.TagClassName
{
border-color: #8A7ACA;
}
</style>