Shades of Moody Blue #8A7DDB
Tints of Moody Blue #8A7DDB
RGB
CMYK
RGB Variations
Color information
#8A7DDB (or 0x8A7DDB) is known color: Moody Blue. HEX triplet: 8A, 7D and DB. RGB value is (138,125,219). Sum of RGB (Red+Green+Blue) = 138+125+219=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DDB is #758224. Grayscale: #8B8B8B. Windows color (decimal): -7701029 or 14384522. OLE color: 14384522.
HSL color Cylindrical-coordinate representation of color #8A7DDB: hue angle of 248.3º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A7DDB is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 125 | 219 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.14 |
| HSL | 248.3º | 0.57% | 0.67% | - |
| HSV(B) | 248.3º | 0.43% | 0.86% | - |
| XYZ | 30.6 | 25.18 | 70.27 | - |
| YUV | 139.6 | 172.81 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 219 | 0.37 | 0.43 | 0 | 0.14 | 248.3 | 0.57 | 0.67 |
| Hex | 8A | 7D | DB | 25 | 2B | 0 | E | F8 | 39 | 43 |
| Octal | 212 | 175 | 333 | 45 | 53 | 0 | 16 | 370 | 71 | 103 |
| Binary | 10001010 | 1111101 | 11011011 | 100101 | 101011 | 0 | 1110 | 11111000 | 111001 | 1000011 |
Color Harmonies of #8A7DDB
Complementary color
Monochromatic Colors of #8A7DDB
Black with #8A7DDB
Text Example
Text Example
White with #8A7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DDB; }
p { color: rgb(138,125,219); }
H1.HeaderClassName
{
color: #8A7DDB;
}
.AnyTagClassName
{
color: #8A7DDB;
}
</style>
background-color css
<style>
a { background-color: #8A7DDB; }
a { background-color: rgb(138,125,219); }
div.DivClassName
{
background-color: #8A7DDB;
}
.BgClassName
{
background-color: #8A7DDB;
}
</style>
border-color css
<style>
span { border-color: #8A7DDB; }
span { border-color: rgb(138,125,219); }
td.TdClassName
{
border-color: #8A7DDB;
}
.TagClassName
{
border-color: #8A7DDB;
}
</style>