Shades of Moody Blue #8C8ABC
Tints of Moody Blue #8C8ABC
RGB
CMYK
RGB Variations
Color information
#8C8ABC (or 0x8C8ABC) is known color: Moody Blue. HEX triplet: 8C, 8A and BC. RGB value is (140,138,188). Sum of RGB (Red+Green+Blue) = 140+138+188=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C8ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8ABC is #737543. Grayscale: #909090. Windows color (decimal): -7566660 or 12356236. OLE color: 12356236.
HSL color Cylindrical-coordinate representation of color #8C8ABC: hue angle of 242.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C8ABC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 138 | 188 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.26 |
| HSL | 242.4º | 0.27% | 0.64% | - |
| HSV(B) | 242.4º | 0.27% | 0.74% | - |
| XYZ | 28.98 | 27.38 | 51.34 | - |
| YUV | 144.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 188 | 0.26 | 0.27 | 0 | 0.26 | 242.4 | 0.27 | 0.64 |
| Hex | 8C | 8A | BC | 1A | 1B | 0 | 1A | F2 | 1B | 40 |
| Octal | 214 | 212 | 274 | 32 | 33 | 0 | 32 | 362 | 33 | 100 |
| Binary | 10001100 | 10001010 | 10111100 | 11010 | 11011 | 0 | 11010 | 11110010 | 11011 | 1000000 |
Color Harmonies of #8C8ABC
Complementary color
Monochromatic Colors of #8C8ABC
Black with #8C8ABC
Text Example
Text Example
White with #8C8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8ABC; }
p { color: rgb(140,138,188); }
H1.HeaderClassName
{
color: #8C8ABC;
}
.AnyTagClassName
{
color: #8C8ABC;
}
</style>
background-color css
<style>
a { background-color: #8C8ABC; }
a { background-color: rgb(140,138,188); }
div.DivClassName
{
background-color: #8C8ABC;
}
.BgClassName
{
background-color: #8C8ABC;
}
</style>
border-color css
<style>
span { border-color: #8C8ABC; }
span { border-color: rgb(140,138,188); }
td.TdClassName
{
border-color: #8C8ABC;
}
.TagClassName
{
border-color: #8C8ABC;
}
</style>