Shades of Moody Blue #807BDD
Tints of Moody Blue #807BDD
RGB
CMYK
RGB Variations
Color information
#807BDD (or 0x807BDD) is known color: Moody Blue. HEX triplet: 80, 7B and DD. RGB value is (128,123,221). Sum of RGB (Red+Green+Blue) = 128+123+221=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #807BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BDD is #7F8422. Grayscale: #878787. Windows color (decimal): -8356899 or 14515072. OLE color: 14515072.
HSL color Cylindrical-coordinate representation of color #807BDD: hue angle of 243.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #807BDD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 123 | 221 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.13 |
| HSL | 243.06º | 0.59% | 0.67% | - |
| HSV(B) | 243.06º | 0.44% | 0.87% | - |
| XYZ | 29.04 | 23.98 | 71.5 | - |
| YUV | 135.67 | 176.16 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 221 | 0.42 | 0.44 | 0 | 0.13 | 243.06 | 0.59 | 0.67 |
| Hex | 80 | 7B | DD | 2A | 2C | 0 | D | F3 | 3B | 43 |
| Octal | 200 | 173 | 335 | 52 | 54 | 0 | 15 | 363 | 73 | 103 |
| Binary | 10000000 | 1111011 | 11011101 | 101010 | 101100 | 0 | 1101 | 11110011 | 111011 | 1000011 |
Color Harmonies of #807BDD
Complementary color
Monochromatic Colors of #807BDD
Black with #807BDD
Text Example
Text Example
White with #807BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BDD; }
p { color: rgb(128,123,221); }
H1.HeaderClassName
{
color: #807BDD;
}
.AnyTagClassName
{
color: #807BDD;
}
</style>
background-color css
<style>
a { background-color: #807BDD; }
a { background-color: rgb(128,123,221); }
div.DivClassName
{
background-color: #807BDD;
}
.BgClassName
{
background-color: #807BDD;
}
</style>
border-color css
<style>
span { border-color: #807BDD; }
span { border-color: rgb(128,123,221); }
td.TdClassName
{
border-color: #807BDD;
}
.TagClassName
{
border-color: #807BDD;
}
</style>