Shades of Moody Blue #8A7FD4
Tints of Moody Blue #8A7FD4
RGB
CMYK
RGB Variations
Color information
#8A7FD4 (or 0x8A7FD4) is known color: Moody Blue. HEX triplet: 8A, 7F and D4. RGB value is (138,127,212). Sum of RGB (Red+Green+Blue) = 138+127+212=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #8A7FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FD4 is #75802B. Grayscale: #8B8B8B. Windows color (decimal): -7700524 or 13926282. OLE color: 13926282.
HSL color Cylindrical-coordinate representation of color #8A7FD4: hue angle of 247.76º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A7FD4 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 127 | 212 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.17 |
| HSL | 247.76º | 0.5% | 0.66% | - |
| HSV(B) | 247.76º | 0.4% | 0.83% | - |
| XYZ | 29.95 | 25.34 | 65.6 | - |
| YUV | 139.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 212 | 0.35 | 0.40 | 0 | 0.17 | 247.76 | 0.5 | 0.66 |
| Hex | 8A | 7F | D4 | 23 | 28 | 0 | 11 | F8 | 32 | 42 |
| Octal | 212 | 177 | 324 | 43 | 50 | 0 | 21 | 370 | 62 | 102 |
| Binary | 10001010 | 1111111 | 11010100 | 100011 | 101000 | 0 | 10001 | 11111000 | 110010 | 1000010 |
Color Harmonies of #8A7FD4
Complementary color
Monochromatic Colors of #8A7FD4
Black with #8A7FD4
Text Example
Text Example
White with #8A7FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7FD4; }
p { color: rgb(138,127,212); }
H1.HeaderClassName
{
color: #8A7FD4;
}
.AnyTagClassName
{
color: #8A7FD4;
}
</style>
background-color css
<style>
a { background-color: #8A7FD4; }
a { background-color: rgb(138,127,212); }
div.DivClassName
{
background-color: #8A7FD4;
}
.BgClassName
{
background-color: #8A7FD4;
}
</style>
border-color css
<style>
span { border-color: #8A7FD4; }
span { border-color: rgb(138,127,212); }
td.TdClassName
{
border-color: #8A7FD4;
}
.TagClassName
{
border-color: #8A7FD4;
}
</style>