Shades of Moody Blue #807FDA
Tints of Moody Blue #807FDA
RGB
CMYK
RGB Variations
Color information
#807FDA (or 0x807FDA) is known color: Moody Blue. HEX triplet: 80, 7F and DA. RGB value is (128,127,218). Sum of RGB (Red+Green+Blue) = 128+127+218=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #807FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FDA is #7F8025. Grayscale: #898989. Windows color (decimal): -8355878 or 14319488. OLE color: 14319488.
HSL color Cylindrical-coordinate representation of color #807FDA: hue angle of 240.66º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #807FDA is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 127 | 218 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.15 |
| HSL | 240.66º | 0.55% | 0.68% | - |
| HSV(B) | 240.66º | 0.42% | 0.85% | - |
| XYZ | 29.15 | 24.83 | 69.59 | - |
| YUV | 137.67 | 173.33 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 218 | 0.41 | 0.42 | 0 | 0.15 | 240.66 | 0.55 | 0.68 |
| Hex | 80 | 7F | DA | 29 | 2A | 0 | F | F1 | 37 | 44 |
| Octal | 200 | 177 | 332 | 51 | 52 | 0 | 17 | 361 | 67 | 104 |
| Binary | 10000000 | 1111111 | 11011010 | 101001 | 101010 | 0 | 1111 | 11110001 | 110111 | 1000100 |
Color Harmonies of #807FDA
Complementary color
Monochromatic Colors of #807FDA
Black with #807FDA
Text Example
Text Example
White with #807FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FDA; }
p { color: rgb(128,127,218); }
H1.HeaderClassName
{
color: #807FDA;
}
.AnyTagClassName
{
color: #807FDA;
}
</style>
background-color css
<style>
a { background-color: #807FDA; }
a { background-color: rgb(128,127,218); }
div.DivClassName
{
background-color: #807FDA;
}
.BgClassName
{
background-color: #807FDA;
}
</style>
border-color css
<style>
span { border-color: #807FDA; }
span { border-color: rgb(128,127,218); }
td.TdClassName
{
border-color: #807FDA;
}
.TagClassName
{
border-color: #807FDA;
}
</style>