Shades of Moody Blue #8B7FD4
Tints of Moody Blue #8B7FD4
RGB
CMYK
RGB Variations
Color information
#8B7FD4 (or 0x8B7FD4) is known color: Moody Blue. HEX triplet: 8B, 7F and D4. RGB value is (139,127,212). Sum of RGB (Red+Green+Blue) = 139+127+212=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 212 - color contains mainly: blue. Hex color #8B7FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FD4 is #74802B. Grayscale: #8B8B8B. Windows color (decimal): -7634988 or 13926283. OLE color: 13926283.
HSL color Cylindrical-coordinate representation of color #8B7FD4: hue angle of 248.47º 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 #8B7FD4 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 127 | 212 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.17 |
| HSL | 248.47º | 0.5% | 0.66% | - |
| HSV(B) | 248.47º | 0.4% | 0.83% | - |
| XYZ | 30.12 | 25.42 | 65.61 | - |
| YUV | 140.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 212 | 0.34 | 0.40 | 0 | 0.17 | 248.47 | 0.5 | 0.66 |
| Hex | 8B | 7F | D4 | 22 | 28 | 0 | 11 | F8 | 32 | 42 |
| Octal | 213 | 177 | 324 | 42 | 50 | 0 | 21 | 370 | 62 | 102 |
| Binary | 10001011 | 1111111 | 11010100 | 100010 | 101000 | 0 | 10001 | 11111000 | 110010 | 1000010 |
Color Harmonies of #8B7FD4
Complementary color
Monochromatic Colors of #8B7FD4
Black with #8B7FD4
Text Example
Text Example
White with #8B7FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7FD4; }
p { color: rgb(139,127,212); }
H1.HeaderClassName
{
color: #8B7FD4;
}
.AnyTagClassName
{
color: #8B7FD4;
}
</style>
background-color css
<style>
a { background-color: #8B7FD4; }
a { background-color: rgb(139,127,212); }
div.DivClassName
{
background-color: #8B7FD4;
}
.BgClassName
{
background-color: #8B7FD4;
}
</style>
border-color css
<style>
span { border-color: #8B7FD4; }
span { border-color: rgb(139,127,212); }
td.TdClassName
{
border-color: #8B7FD4;
}
.TagClassName
{
border-color: #8B7FD4;
}
</style>