Shades of Moody Blue #807DCA
Tints of Moody Blue #807DCA
RGB
CMYK
RGB Variations
Color information
#807DCA (or 0x807DCA) is known color: Moody Blue. HEX triplet: 80, 7D and CA. RGB value is (128,125,202). Sum of RGB (Red+Green+Blue) = 128+125+202=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #807DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DCA is #7F8235. Grayscale: #868686. Windows color (decimal): -8356406 or 13270400. OLE color: 13270400.
HSL color Cylindrical-coordinate representation of color #807DCA: hue angle of 242.34º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #807DCA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 125 | 202 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.21 |
| HSL | 242.34º | 0.42% | 0.64% | - |
| HSV(B) | 242.34º | 0.38% | 0.79% | - |
| XYZ | 26.9 | 23.52 | 59 | - |
| YUV | 134.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 202 | 0.37 | 0.38 | 0 | 0.21 | 242.34 | 0.42 | 0.64 |
| Hex | 80 | 7D | CA | 25 | 26 | 0 | 15 | F2 | 2A | 40 |
| Octal | 200 | 175 | 312 | 45 | 46 | 0 | 25 | 362 | 52 | 100 |
| Binary | 10000000 | 1111101 | 11001010 | 100101 | 100110 | 0 | 10101 | 11110010 | 101010 | 1000000 |
Color Harmonies of #807DCA
Complementary color
Monochromatic Colors of #807DCA
Black with #807DCA
Text Example
Text Example
White with #807DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807DCA; }
p { color: rgb(128,125,202); }
H1.HeaderClassName
{
color: #807DCA;
}
.AnyTagClassName
{
color: #807DCA;
}
</style>
background-color css
<style>
a { background-color: #807DCA; }
a { background-color: rgb(128,125,202); }
div.DivClassName
{
background-color: #807DCA;
}
.BgClassName
{
background-color: #807DCA;
}
</style>
border-color css
<style>
span { border-color: #807DCA; }
span { border-color: rgb(128,125,202); }
td.TdClassName
{
border-color: #807DCA;
}
.TagClassName
{
border-color: #807DCA;
}
</style>