Shades of Moody Blue #8A7BBB
Tints of Moody Blue #8A7BBB
RGB
CMYK
RGB Variations
Color information
#8A7BBB (or 0x8A7BBB) is known color: Moody Blue. HEX triplet: 8A, 7B and BB. RGB value is (138,123,187). Sum of RGB (Red+Green+Blue) = 138+123+187=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BBB is #758444. Grayscale: #868686. Windows color (decimal): -7701573 or 12286858. OLE color: 12286858.
HSL color Cylindrical-coordinate representation of color #8A7BBB: hue angle of 254.06º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A7BBB is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 123 | 187 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.27 |
| HSL | 254.06º | 0.32% | 0.61% | - |
| HSV(B) | 254.06º | 0.34% | 0.73% | - |
| XYZ | 26.53 | 23.16 | 50.08 | - |
| YUV | 134.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 187 | 0.26 | 0.34 | 0 | 0.27 | 254.06 | 0.32 | 0.61 |
| Hex | 8A | 7B | BB | 1A | 22 | 0 | 1B | FE | 20 | 3D |
| Octal | 212 | 173 | 273 | 32 | 42 | 0 | 33 | 376 | 40 | 75 |
| Binary | 10001010 | 1111011 | 10111011 | 11010 | 100010 | 0 | 11011 | 11111110 | 100000 | 111101 |
Color Harmonies of #8A7BBB
Complementary color
Monochromatic Colors of #8A7BBB
Black with #8A7BBB
Text Example
Text Example
White with #8A7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BBB; }
p { color: rgb(138,123,187); }
H1.HeaderClassName
{
color: #8A7BBB;
}
.AnyTagClassName
{
color: #8A7BBB;
}
</style>
background-color css
<style>
a { background-color: #8A7BBB; }
a { background-color: rgb(138,123,187); }
div.DivClassName
{
background-color: #8A7BBB;
}
.BgClassName
{
background-color: #8A7BBB;
}
</style>
border-color css
<style>
span { border-color: #8A7BBB; }
span { border-color: rgb(138,123,187); }
td.TdClassName
{
border-color: #8A7BBB;
}
.TagClassName
{
border-color: #8A7BBB;
}
</style>