Shades of Moody Blue #807CCD
Tints of Moody Blue #807CCD
RGB
CMYK
RGB Variations
Color information
#807CCD (or 0x807CCD) is known color: Moody Blue. HEX triplet: 80, 7C and CD. RGB value is (128,124,205). Sum of RGB (Red+Green+Blue) = 128+124+205=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #807CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CCD is #7F8332. Grayscale: #868686. Windows color (decimal): -8356659 or 13466752. OLE color: 13466752.
HSL color Cylindrical-coordinate representation of color #807CCD: hue angle of 242.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #807CCD is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 124 | 205 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.20 |
| HSL | 242.96º | 0.45% | 0.65% | - |
| HSV(B) | 242.96º | 0.4% | 0.8% | - |
| XYZ | 27.13 | 23.41 | 60.85 | - |
| YUV | 134.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 205 | 0.38 | 0.40 | 0 | 0.20 | 242.96 | 0.45 | 0.65 |
| Hex | 80 | 7C | CD | 26 | 28 | 0 | 14 | F3 | 2D | 41 |
| Octal | 200 | 174 | 315 | 46 | 50 | 0 | 24 | 363 | 55 | 101 |
| Binary | 10000000 | 1111100 | 11001101 | 100110 | 101000 | 0 | 10100 | 11110011 | 101101 | 1000001 |
Color Harmonies of #807CCD
Complementary color
Monochromatic Colors of #807CCD
Black with #807CCD
Text Example
Text Example
White with #807CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CCD; }
p { color: rgb(128,124,205); }
H1.HeaderClassName
{
color: #807CCD;
}
.AnyTagClassName
{
color: #807CCD;
}
</style>
background-color css
<style>
a { background-color: #807CCD; }
a { background-color: rgb(128,124,205); }
div.DivClassName
{
background-color: #807CCD;
}
.BgClassName
{
background-color: #807CCD;
}
</style>
border-color css
<style>
span { border-color: #807CCD; }
span { border-color: rgb(128,124,205); }
td.TdClassName
{
border-color: #807CCD;
}
.TagClassName
{
border-color: #807CCD;
}
</style>