Shades of Moody Blue #8A7BBF
Tints of Moody Blue #8A7BBF
RGB
CMYK
RGB Variations
Color information
#8A7BBF (or 0x8A7BBF) is known color: Moody Blue. HEX triplet: 8A, 7B and BF. RGB value is (138,123,191). Sum of RGB (Red+Green+Blue) = 138+123+191=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A7BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BBF is #758440. Grayscale: #868686. Windows color (decimal): -7701569 or 12549002. OLE color: 12549002.
HSL color Cylindrical-coordinate representation of color #8A7BBF: hue angle of 253.24º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A7BBF is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 123 | 191 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.25 |
| HSL | 253.24º | 0.35% | 0.62% | - |
| HSV(B) | 253.24º | 0.36% | 0.75% | - |
| XYZ | 26.97 | 23.33 | 52.37 | - |
| YUV | 135.24 | 159.47 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 191 | 0.28 | 0.36 | 0 | 0.25 | 253.24 | 0.35 | 0.62 |
| Hex | 8A | 7B | BF | 1C | 24 | 0 | 19 | FD | 23 | 3E |
| Octal | 212 | 173 | 277 | 34 | 44 | 0 | 31 | 375 | 43 | 76 |
| Binary | 10001010 | 1111011 | 10111111 | 11100 | 100100 | 0 | 11001 | 11111101 | 100011 | 111110 |
Color Harmonies of #8A7BBF
Complementary color
Monochromatic Colors of #8A7BBF
Black with #8A7BBF
Text Example
Text Example
White with #8A7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BBF; }
p { color: rgb(138,123,191); }
H1.HeaderClassName
{
color: #8A7BBF;
}
.AnyTagClassName
{
color: #8A7BBF;
}
</style>
background-color css
<style>
a { background-color: #8A7BBF; }
a { background-color: rgb(138,123,191); }
div.DivClassName
{
background-color: #8A7BBF;
}
.BgClassName
{
background-color: #8A7BBF;
}
</style>
border-color css
<style>
span { border-color: #8A7BBF; }
span { border-color: rgb(138,123,191); }
td.TdClassName
{
border-color: #8A7BBF;
}
.TagClassName
{
border-color: #8A7BBF;
}
</style>