Shades of Moody Blue #807ECD
Tints of Moody Blue #807ECD
RGB
CMYK
RGB Variations
Color information
#807ECD (or 0x807ECD) is known color: Moody Blue. HEX triplet: 80, 7E and CD. RGB value is (128,126,205). Sum of RGB (Red+Green+Blue) = 128+126+205=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #807ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ECD is #7F8132. Grayscale: #878787. Windows color (decimal): -8356147 or 13467264. OLE color: 13467264.
HSL color Cylindrical-coordinate representation of color #807ECD: hue angle of 241.52º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #807ECD is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 126 | 205 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.20 |
| HSL | 241.52º | 0.44% | 0.65% | - |
| HSV(B) | 241.52º | 0.39% | 0.8% | - |
| XYZ | 27.38 | 23.92 | 60.93 | - |
| YUV | 135.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 205 | 0.38 | 0.39 | 0 | 0.20 | 241.52 | 0.44 | 0.65 |
| Hex | 80 | 7E | CD | 26 | 27 | 0 | 14 | F2 | 2C | 41 |
| Octal | 200 | 176 | 315 | 46 | 47 | 0 | 24 | 362 | 54 | 101 |
| Binary | 10000000 | 1111110 | 11001101 | 100110 | 100111 | 0 | 10100 | 11110010 | 101100 | 1000001 |
Color Harmonies of #807ECD
Complementary color
Monochromatic Colors of #807ECD
Black with #807ECD
Text Example
Text Example
White with #807ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807ECD; }
p { color: rgb(128,126,205); }
H1.HeaderClassName
{
color: #807ECD;
}
.AnyTagClassName
{
color: #807ECD;
}
</style>
background-color css
<style>
a { background-color: #807ECD; }
a { background-color: rgb(128,126,205); }
div.DivClassName
{
background-color: #807ECD;
}
.BgClassName
{
background-color: #807ECD;
}
</style>
border-color css
<style>
span { border-color: #807ECD; }
span { border-color: rgb(128,126,205); }
td.TdClassName
{
border-color: #807ECD;
}
.TagClassName
{
border-color: #807ECD;
}
</style>