Shades of Moody Blue #8C8ABB
Tints of Moody Blue #8C8ABB
RGB
CMYK
RGB Variations
Color information
#8C8ABB (or 0x8C8ABB) is known color: Moody Blue. HEX triplet: 8C, 8A and BB. RGB value is (140,138,187). Sum of RGB (Red+Green+Blue) = 140+138+187=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C8ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8ABB is #737544. Grayscale: #8F8F8F. Windows color (decimal): -7566661 or 12290700. OLE color: 12290700.
HSL color Cylindrical-coordinate representation of color #8C8ABB: hue angle of 242.45º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C8ABB is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 138 | 187 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.27 |
| HSL | 242.45º | 0.26% | 0.64% | - |
| HSV(B) | 242.45º | 0.26% | 0.73% | - |
| XYZ | 28.87 | 27.34 | 50.77 | - |
| YUV | 144.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 187 | 0.25 | 0.26 | 0 | 0.27 | 242.45 | 0.26 | 0.64 |
| Hex | 8C | 8A | BB | 19 | 1A | 0 | 1B | F2 | 1A | 40 |
| Octal | 214 | 212 | 273 | 31 | 32 | 0 | 33 | 362 | 32 | 100 |
| Binary | 10001100 | 10001010 | 10111011 | 11001 | 11010 | 0 | 11011 | 11110010 | 11010 | 1000000 |
Color Harmonies of #8C8ABB
Complementary color
Monochromatic Colors of #8C8ABB
Black with #8C8ABB
Text Example
Text Example
White with #8C8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8ABB; }
p { color: rgb(140,138,187); }
H1.HeaderClassName
{
color: #8C8ABB;
}
.AnyTagClassName
{
color: #8C8ABB;
}
</style>
background-color css
<style>
a { background-color: #8C8ABB; }
a { background-color: rgb(140,138,187); }
div.DivClassName
{
background-color: #8C8ABB;
}
.BgClassName
{
background-color: #8C8ABB;
}
</style>
border-color css
<style>
span { border-color: #8C8ABB; }
span { border-color: rgb(140,138,187); }
td.TdClassName
{
border-color: #8C8ABB;
}
.TagClassName
{
border-color: #8C8ABB;
}
</style>