Shades of Moody Blue #8A7DD3
Tints of Moody Blue #8A7DD3
RGB
CMYK
RGB Variations
Color information
#8A7DD3 (or 0x8A7DD3) is known color: Moody Blue. HEX triplet: 8A, 7D and D3. RGB value is (138,125,211). Sum of RGB (Red+Green+Blue) = 138+125+211=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #8A7DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DD3 is #75822C. Grayscale: #8A8A8A. Windows color (decimal): -7701037 or 13860234. OLE color: 13860234.
HSL color Cylindrical-coordinate representation of color #8A7DD3: hue angle of 249.07º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A7DD3 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 125 | 211 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.17 |
| HSL | 249.07º | 0.49% | 0.66% | - |
| HSV(B) | 249.07º | 0.41% | 0.83% | - |
| XYZ | 29.57 | 24.77 | 64.85 | - |
| YUV | 138.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 211 | 0.35 | 0.41 | 0 | 0.17 | 249.07 | 0.49 | 0.66 |
| Hex | 8A | 7D | D3 | 23 | 29 | 0 | 11 | F9 | 31 | 42 |
| Octal | 212 | 175 | 323 | 43 | 51 | 0 | 21 | 371 | 61 | 102 |
| Binary | 10001010 | 1111101 | 11010011 | 100011 | 101001 | 0 | 10001 | 11111001 | 110001 | 1000010 |
Color Harmonies of #8A7DD3
Complementary color
Monochromatic Colors of #8A7DD3
Black with #8A7DD3
Text Example
Text Example
White with #8A7DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DD3; }
p { color: rgb(138,125,211); }
H1.HeaderClassName
{
color: #8A7DD3;
}
.AnyTagClassName
{
color: #8A7DD3;
}
</style>
background-color css
<style>
a { background-color: #8A7DD3; }
a { background-color: rgb(138,125,211); }
div.DivClassName
{
background-color: #8A7DD3;
}
.BgClassName
{
background-color: #8A7DD3;
}
</style>
border-color css
<style>
span { border-color: #8A7DD3; }
span { border-color: rgb(138,125,211); }
td.TdClassName
{
border-color: #8A7DD3;
}
.TagClassName
{
border-color: #8A7DD3;
}
</style>