Shades of Moody Blue #847FDB
Tints of Moody Blue #847FDB
RGB
CMYK
RGB Variations
Color information
#847FDB (or 0x847FDB) is known color: Moody Blue. HEX triplet: 84, 7F and DB. RGB value is (132,127,219). Sum of RGB (Red+Green+Blue) = 132+127+219=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #847FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847FDB is #7B8024. Grayscale: #8A8A8A. Windows color (decimal): -8093733 or 14385028. OLE color: 14385028.
HSL color Cylindrical-coordinate representation of color #847FDB: hue angle of 243.26º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #847FDB is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 127 | 219 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.14 |
| HSL | 243.26º | 0.56% | 0.68% | - |
| HSV(B) | 243.26º | 0.42% | 0.86% | - |
| XYZ | 29.89 | 25.2 | 70.31 | - |
| YUV | 138.98 | 173.16 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 219 | 0.40 | 0.42 | 0 | 0.14 | 243.26 | 0.56 | 0.68 |
| Hex | 84 | 7F | DB | 28 | 2A | 0 | E | F3 | 38 | 44 |
| Octal | 204 | 177 | 333 | 50 | 52 | 0 | 16 | 363 | 70 | 104 |
| Binary | 10000100 | 1111111 | 11011011 | 101000 | 101010 | 0 | 1110 | 11110011 | 111000 | 1000100 |
Color Harmonies of #847FDB
Complementary color
Monochromatic Colors of #847FDB
Black with #847FDB
Text Example
Text Example
White with #847FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847FDB; }
p { color: rgb(132,127,219); }
H1.HeaderClassName
{
color: #847FDB;
}
.AnyTagClassName
{
color: #847FDB;
}
</style>
background-color css
<style>
a { background-color: #847FDB; }
a { background-color: rgb(132,127,219); }
div.DivClassName
{
background-color: #847FDB;
}
.BgClassName
{
background-color: #847FDB;
}
</style>
border-color css
<style>
span { border-color: #847FDB; }
span { border-color: rgb(132,127,219); }
td.TdClassName
{
border-color: #847FDB;
}
.TagClassName
{
border-color: #847FDB;
}
</style>