Shades of Moody Blue #8A7BCD
Tints of Moody Blue #8A7BCD
RGB
CMYK
RGB Variations
Color information
#8A7BCD (or 0x8A7BCD) is known color: Moody Blue. HEX triplet: 8A, 7B and CD. RGB value is (138,123,205). Sum of RGB (Red+Green+Blue) = 138+123+205=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A7BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BCD is #758432. Grayscale: #888888. Windows color (decimal): -7701555 or 13466506. OLE color: 13466506.
HSL color Cylindrical-coordinate representation of color #8A7BCD: hue angle of 250.98º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A7BCD is Cyan = 0.33, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 123 | 205 | - |
| CMYK | 0.33 | 0.4 | 0 | 0.20 |
| HSL | 250.98º | 0.45% | 0.64% | - |
| HSV(B) | 250.98º | 0.4% | 0.8% | - |
| XYZ | 28.58 | 23.98 | 60.88 | - |
| YUV | 136.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 205 | 0.33 | 0.4 | 0 | 0.20 | 250.98 | 0.45 | 0.64 |
| Hex | 8A | 7B | CD | 21 | 28 | 0 | 14 | FB | 2D | 40 |
| Octal | 212 | 173 | 315 | 41 | 50 | 0 | 24 | 373 | 55 | 100 |
| Binary | 10001010 | 1111011 | 11001101 | 100001 | 101000 | 0 | 10100 | 11111011 | 101101 | 1000000 |
Color Harmonies of #8A7BCD
Complementary color
Monochromatic Colors of #8A7BCD
Black with #8A7BCD
Text Example
Text Example
White with #8A7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BCD; }
p { color: rgb(138,123,205); }
H1.HeaderClassName
{
color: #8A7BCD;
}
.AnyTagClassName
{
color: #8A7BCD;
}
</style>
background-color css
<style>
a { background-color: #8A7BCD; }
a { background-color: rgb(138,123,205); }
div.DivClassName
{
background-color: #8A7BCD;
}
.BgClassName
{
background-color: #8A7BCD;
}
</style>
border-color css
<style>
span { border-color: #8A7BCD; }
span { border-color: rgb(138,123,205); }
td.TdClassName
{
border-color: #8A7BCD;
}
.TagClassName
{
border-color: #8A7BCD;
}
</style>