Shades of Moody Blue #8A7DD6
Tints of Moody Blue #8A7DD6
RGB
CMYK
RGB Variations
Color information
#8A7DD6 (or 0x8A7DD6) is known color: Moody Blue. HEX triplet: 8A, 7D and D6. RGB value is (138,125,214). Sum of RGB (Red+Green+Blue) = 138+125+214=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #8A7DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DD6 is #758229. Grayscale: #8A8A8A. Windows color (decimal): -7701034 or 14056842. OLE color: 14056842.
HSL color Cylindrical-coordinate representation of color #8A7DD6: hue angle of 248.76º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A7DD6 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 125 | 214 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.16 |
| HSL | 248.76º | 0.52% | 0.66% | - |
| HSV(B) | 248.76º | 0.42% | 0.84% | - |
| XYZ | 29.95 | 24.93 | 66.85 | - |
| YUV | 139.03 | 170.31 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 214 | 0.36 | 0.42 | 0 | 0.16 | 248.76 | 0.52 | 0.66 |
| Hex | 8A | 7D | D6 | 24 | 2A | 0 | 10 | F9 | 34 | 42 |
| Octal | 212 | 175 | 326 | 44 | 52 | 0 | 20 | 371 | 64 | 102 |
| Binary | 10001010 | 1111101 | 11010110 | 100100 | 101010 | 0 | 10000 | 11111001 | 110100 | 1000010 |
Color Harmonies of #8A7DD6
Complementary color
Monochromatic Colors of #8A7DD6
Black with #8A7DD6
Text Example
Text Example
White with #8A7DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DD6; }
p { color: rgb(138,125,214); }
H1.HeaderClassName
{
color: #8A7DD6;
}
.AnyTagClassName
{
color: #8A7DD6;
}
</style>
background-color css
<style>
a { background-color: #8A7DD6; }
a { background-color: rgb(138,125,214); }
div.DivClassName
{
background-color: #8A7DD6;
}
.BgClassName
{
background-color: #8A7DD6;
}
</style>
border-color css
<style>
span { border-color: #8A7DD6; }
span { border-color: rgb(138,125,214); }
td.TdClassName
{
border-color: #8A7DD6;
}
.TagClassName
{
border-color: #8A7DD6;
}
</style>