Shades of Moody Blue #807EC6
Tints of Moody Blue #807EC6
RGB
CMYK
RGB Variations
Color information
#807EC6 (or 0x807EC6) is known color: Moody Blue. HEX triplet: 80, 7E and C6. RGB value is (128,126,198). Sum of RGB (Red+Green+Blue) = 128+126+198=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #807EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807EC6 is #7F8139. Grayscale: #868686. Windows color (decimal): -8356154 or 13008512. OLE color: 13008512.
HSL color Cylindrical-coordinate representation of color #807EC6: hue angle of 241.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #807EC6 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 126 | 198 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.22 |
| HSL | 241.67º | 0.39% | 0.64% | - |
| HSV(B) | 241.67º | 0.36% | 0.78% | - |
| XYZ | 26.56 | 23.59 | 56.58 | - |
| YUV | 134.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 198 | 0.35 | 0.36 | 0 | 0.22 | 241.67 | 0.39 | 0.64 |
| Hex | 80 | 7E | C6 | 23 | 24 | 0 | 16 | F2 | 27 | 40 |
| Octal | 200 | 176 | 306 | 43 | 44 | 0 | 26 | 362 | 47 | 100 |
| Binary | 10000000 | 1111110 | 11000110 | 100011 | 100100 | 0 | 10110 | 11110010 | 100111 | 1000000 |
Color Harmonies of #807EC6
Complementary color
Monochromatic Colors of #807EC6
Black with #807EC6
Text Example
Text Example
White with #807EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807EC6; }
p { color: rgb(128,126,198); }
H1.HeaderClassName
{
color: #807EC6;
}
.AnyTagClassName
{
color: #807EC6;
}
</style>
background-color css
<style>
a { background-color: #807EC6; }
a { background-color: rgb(128,126,198); }
div.DivClassName
{
background-color: #807EC6;
}
.BgClassName
{
background-color: #807EC6;
}
</style>
border-color css
<style>
span { border-color: #807EC6; }
span { border-color: rgb(128,126,198); }
td.TdClassName
{
border-color: #807EC6;
}
.TagClassName
{
border-color: #807EC6;
}
</style>