Shades of Moody Blue #8A7FDB
Tints of Moody Blue #8A7FDB
RGB
CMYK
RGB Variations
Color information
#8A7FDB (or 0x8A7FDB) is known color: Moody Blue. HEX triplet: 8A, 7F and DB. RGB value is (138,127,219). Sum of RGB (Red+Green+Blue) = 138+127+219=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A7FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FDB is #758024. Grayscale: #8C8C8C. Windows color (decimal): -7700517 or 14385034. OLE color: 14385034.
HSL color Cylindrical-coordinate representation of color #8A7FDB: hue angle of 247.17º 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 #8A7FDB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 127 | 219 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.14 |
| HSL | 247.17º | 0.56% | 0.68% | - |
| HSV(B) | 247.17º | 0.42% | 0.86% | - |
| XYZ | 30.86 | 25.7 | 70.35 | - |
| YUV | 140.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 219 | 0.37 | 0.42 | 0 | 0.14 | 247.17 | 0.56 | 0.68 |
| Hex | 8A | 7F | DB | 25 | 2A | 0 | E | F7 | 38 | 44 |
| Octal | 212 | 177 | 333 | 45 | 52 | 0 | 16 | 367 | 70 | 104 |
| Binary | 10001010 | 1111111 | 11011011 | 100101 | 101010 | 0 | 1110 | 11110111 | 111000 | 1000100 |
Color Harmonies of #8A7FDB
Complementary color
Monochromatic Colors of #8A7FDB
Black with #8A7FDB
Text Example
Text Example
White with #8A7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7FDB; }
p { color: rgb(138,127,219); }
H1.HeaderClassName
{
color: #8A7FDB;
}
.AnyTagClassName
{
color: #8A7FDB;
}
</style>
background-color css
<style>
a { background-color: #8A7FDB; }
a { background-color: rgb(138,127,219); }
div.DivClassName
{
background-color: #8A7FDB;
}
.BgClassName
{
background-color: #8A7FDB;
}
</style>
border-color css
<style>
span { border-color: #8A7FDB; }
span { border-color: rgb(138,127,219); }
td.TdClassName
{
border-color: #8A7FDB;
}
.TagClassName
{
border-color: #8A7FDB;
}
</style>