Shades of Moody Blue #807ECE
Tints of Moody Blue #807ECE
RGB
CMYK
RGB Variations
Color information
#807ECE (or 0x807ECE) is known color: Moody Blue. HEX triplet: 80, 7E and CE. RGB value is (128,126,206). Sum of RGB (Red+Green+Blue) = 128+126+206=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #807ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ECE is #7F8131. Grayscale: #878787. Windows color (decimal): -8356146 or 13532800. OLE color: 13532800.
HSL color Cylindrical-coordinate representation of color #807ECE: hue angle of 241.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #807ECE is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 126 | 206 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.19 |
| HSL | 241.5º | 0.45% | 0.65% | - |
| HSV(B) | 241.5º | 0.39% | 0.81% | - |
| XYZ | 27.5 | 23.97 | 61.57 | - |
| YUV | 135.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 206 | 0.38 | 0.39 | 0 | 0.19 | 241.5 | 0.45 | 0.65 |
| Hex | 80 | 7E | CE | 26 | 27 | 0 | 13 | F2 | 2D | 41 |
| Octal | 200 | 176 | 316 | 46 | 47 | 0 | 23 | 362 | 55 | 101 |
| Binary | 10000000 | 1111110 | 11001110 | 100110 | 100111 | 0 | 10011 | 11110010 | 101101 | 1000001 |
Color Harmonies of #807ECE
Complementary color
Monochromatic Colors of #807ECE
Black with #807ECE
Text Example
Text Example
White with #807ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807ECE; }
p { color: rgb(128,126,206); }
H1.HeaderClassName
{
color: #807ECE;
}
.AnyTagClassName
{
color: #807ECE;
}
</style>
background-color css
<style>
a { background-color: #807ECE; }
a { background-color: rgb(128,126,206); }
div.DivClassName
{
background-color: #807ECE;
}
.BgClassName
{
background-color: #807ECE;
}
</style>
border-color css
<style>
span { border-color: #807ECE; }
span { border-color: rgb(128,126,206); }
td.TdClassName
{
border-color: #807ECE;
}
.TagClassName
{
border-color: #807ECE;
}
</style>