Shades of Moody Blue #8A7BC5
Tints of Moody Blue #8A7BC5
RGB
CMYK
RGB Variations
Color information
#8A7BC5 (or 0x8A7BC5) is known color: Moody Blue. HEX triplet: 8A, 7B and C5. RGB value is (138,123,197). Sum of RGB (Red+Green+Blue) = 138+123+197=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 197 - color contains mainly: blue. Hex color #8A7BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BC5 is #75843A. Grayscale: #878787. Windows color (decimal): -7701563 or 12942218. OLE color: 12942218.
HSL color Cylindrical-coordinate representation of color #8A7BC5: hue angle of 252.16º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A7BC5 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 123 | 197 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.23 |
| HSL | 252.16º | 0.39% | 0.63% | - |
| HSV(B) | 252.16º | 0.38% | 0.77% | - |
| XYZ | 27.64 | 23.6 | 55.92 | - |
| YUV | 135.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 197 | 0.30 | 0.38 | 0 | 0.23 | 252.16 | 0.39 | 0.63 |
| Hex | 8A | 7B | C5 | 1E | 26 | 0 | 17 | FC | 27 | 3F |
| Octal | 212 | 173 | 305 | 36 | 46 | 0 | 27 | 374 | 47 | 77 |
| Binary | 10001010 | 1111011 | 11000101 | 11110 | 100110 | 0 | 10111 | 11111100 | 100111 | 111111 |
Color Harmonies of #8A7BC5
Complementary color
Monochromatic Colors of #8A7BC5
Black with #8A7BC5
Text Example
Text Example
White with #8A7BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BC5; }
p { color: rgb(138,123,197); }
H1.HeaderClassName
{
color: #8A7BC5;
}
.AnyTagClassName
{
color: #8A7BC5;
}
</style>
background-color css
<style>
a { background-color: #8A7BC5; }
a { background-color: rgb(138,123,197); }
div.DivClassName
{
background-color: #8A7BC5;
}
.BgClassName
{
background-color: #8A7BC5;
}
</style>
border-color css
<style>
span { border-color: #8A7BC5; }
span { border-color: rgb(138,123,197); }
td.TdClassName
{
border-color: #8A7BC5;
}
.TagClassName
{
border-color: #8A7BC5;
}
</style>