Shades of Moody Blue #8A78CA
Tints of Moody Blue #8A78CA
RGB
CMYK
RGB Variations
Color information
#8A78CA (or 0x8A78CA) is known color: Moody Blue. HEX triplet: 8A, 78 and CA. RGB value is (138,120,202). Sum of RGB (Red+Green+Blue) = 138+120+202=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A78CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A78CA is #758735. Grayscale: #868686. Windows color (decimal): -7702326 or 13269130. OLE color: 13269130.
HSL color Cylindrical-coordinate representation of color #8A78CA: hue angle of 253.17º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A78CA is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 120 | 202 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.21 |
| HSL | 253.17º | 0.44% | 0.63% | - |
| HSV(B) | 253.17º | 0.41% | 0.79% | - |
| XYZ | 27.86 | 23.1 | 58.87 | - |
| YUV | 134.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 202 | 0.32 | 0.41 | 0 | 0.21 | 253.17 | 0.44 | 0.63 |
| Hex | 8A | 78 | CA | 20 | 29 | 0 | 15 | FD | 2C | 3F |
| Octal | 212 | 170 | 312 | 40 | 51 | 0 | 25 | 375 | 54 | 77 |
| Binary | 10001010 | 1111000 | 11001010 | 100000 | 101001 | 0 | 10101 | 11111101 | 101100 | 111111 |
Color Harmonies of #8A78CA
Complementary color
Monochromatic Colors of #8A78CA
Black with #8A78CA
Text Example
Text Example
White with #8A78CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A78CA; }
p { color: rgb(138,120,202); }
H1.HeaderClassName
{
color: #8A78CA;
}
.AnyTagClassName
{
color: #8A78CA;
}
</style>
background-color css
<style>
a { background-color: #8A78CA; }
a { background-color: rgb(138,120,202); }
div.DivClassName
{
background-color: #8A78CA;
}
.BgClassName
{
background-color: #8A78CA;
}
</style>
border-color css
<style>
span { border-color: #8A78CA; }
span { border-color: rgb(138,120,202); }
td.TdClassName
{
border-color: #8A78CA;
}
.TagClassName
{
border-color: #8A78CA;
}
</style>