Shades of Moody Blue #8C80BE
Tints of Moody Blue #8C80BE
RGB
CMYK
RGB Variations
Color information
#8C80BE (or 0x8C80BE) is known color: Moody Blue. HEX triplet: 8C, 80 and BE. RGB value is (140,128,190). Sum of RGB (Red+Green+Blue) = 140+128+190=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C80BE is #737F41. Grayscale: #8A8A8A. Windows color (decimal): -7569218 or 12484748. OLE color: 12484748.
HSL color Cylindrical-coordinate representation of color #8C80BE: hue angle of 251.61º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C80BE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 128 | 190 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.25 |
| HSL | 251.61º | 0.32% | 0.62% | - |
| HSV(B) | 251.61º | 0.33% | 0.75% | - |
| XYZ | 27.83 | 24.73 | 52.02 | - |
| YUV | 138.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 190 | 0.26 | 0.33 | 0 | 0.25 | 251.61 | 0.32 | 0.62 |
| Hex | 8C | 80 | BE | 1A | 21 | 0 | 19 | FC | 20 | 3E |
| Octal | 214 | 200 | 276 | 32 | 41 | 0 | 31 | 374 | 40 | 76 |
| Binary | 10001100 | 10000000 | 10111110 | 11010 | 100001 | 0 | 11001 | 11111100 | 100000 | 111110 |
Color Harmonies of #8C80BE
Complementary color
Monochromatic Colors of #8C80BE
Black with #8C80BE
Text Example
Text Example
White with #8C80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C80BE; }
p { color: rgb(140,128,190); }
H1.HeaderClassName
{
color: #8C80BE;
}
.AnyTagClassName
{
color: #8C80BE;
}
</style>
background-color css
<style>
a { background-color: #8C80BE; }
a { background-color: rgb(140,128,190); }
div.DivClassName
{
background-color: #8C80BE;
}
.BgClassName
{
background-color: #8C80BE;
}
</style>
border-color css
<style>
span { border-color: #8C80BE; }
span { border-color: rgb(140,128,190); }
td.TdClassName
{
border-color: #8C80BE;
}
.TagClassName
{
border-color: #8C80BE;
}
</style>