Shades of Moody Blue #807FD4
Tints of Moody Blue #807FD4
RGB
CMYK
RGB Variations
Color information
#807FD4 (or 0x807FD4) is known color: Moody Blue. HEX triplet: 80, 7F and D4. RGB value is (128,127,212). Sum of RGB (Red+Green+Blue) = 128+127+212=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #807FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FD4 is #7F802B. Grayscale: #888888. Windows color (decimal): -8355884 or 13926272. OLE color: 13926272.
HSL color Cylindrical-coordinate representation of color #807FD4: hue angle of 240.71º 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 #807FD4 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 127 | 212 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.17 |
| HSL | 240.71º | 0.5% | 0.66% | - |
| HSV(B) | 240.71º | 0.4% | 0.83% | - |
| XYZ | 28.38 | 24.52 | 65.52 | - |
| YUV | 136.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 212 | 0.40 | 0.40 | 0 | 0.17 | 240.71 | 0.5 | 0.66 |
| Hex | 80 | 7F | D4 | 28 | 28 | 0 | 11 | F1 | 32 | 42 |
| Octal | 200 | 177 | 324 | 50 | 50 | 0 | 21 | 361 | 62 | 102 |
| Binary | 10000000 | 1111111 | 11010100 | 101000 | 101000 | 0 | 10001 | 11110001 | 110010 | 1000010 |
Color Harmonies of #807FD4
Complementary color
Monochromatic Colors of #807FD4
Black with #807FD4
Text Example
Text Example
White with #807FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FD4; }
p { color: rgb(128,127,212); }
H1.HeaderClassName
{
color: #807FD4;
}
.AnyTagClassName
{
color: #807FD4;
}
</style>
background-color css
<style>
a { background-color: #807FD4; }
a { background-color: rgb(128,127,212); }
div.DivClassName
{
background-color: #807FD4;
}
.BgClassName
{
background-color: #807FD4;
}
</style>
border-color css
<style>
span { border-color: #807FD4; }
span { border-color: rgb(128,127,212); }
td.TdClassName
{
border-color: #807FD4;
}
.TagClassName
{
border-color: #807FD4;
}
</style>