Shades of Moody Blue #807CCF
Tints of Moody Blue #807CCF
RGB
CMYK
RGB Variations
Color information
#807CCF (or 0x807CCF) is known color: Moody Blue. HEX triplet: 80, 7C and CF. RGB value is (128,124,207). Sum of RGB (Red+Green+Blue) = 128+124+207=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #807CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CCF is #7F8330. Grayscale: #868686. Windows color (decimal): -8356657 or 13597824. OLE color: 13597824.
HSL color Cylindrical-coordinate representation of color #807CCF: hue angle of 242.89º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #807CCF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 124 | 207 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.19 |
| HSL | 242.89º | 0.46% | 0.65% | - |
| HSV(B) | 242.89º | 0.4% | 0.81% | - |
| XYZ | 27.37 | 23.51 | 62.13 | - |
| YUV | 134.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 207 | 0.38 | 0.40 | 0 | 0.19 | 242.89 | 0.46 | 0.65 |
| Hex | 80 | 7C | CF | 26 | 28 | 0 | 13 | F3 | 2E | 41 |
| Octal | 200 | 174 | 317 | 46 | 50 | 0 | 23 | 363 | 56 | 101 |
| Binary | 10000000 | 1111100 | 11001111 | 100110 | 101000 | 0 | 10011 | 11110011 | 101110 | 1000001 |
Color Harmonies of #807CCF
Complementary color
Monochromatic Colors of #807CCF
Black with #807CCF
Text Example
Text Example
White with #807CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CCF; }
p { color: rgb(128,124,207); }
H1.HeaderClassName
{
color: #807CCF;
}
.AnyTagClassName
{
color: #807CCF;
}
</style>
background-color css
<style>
a { background-color: #807CCF; }
a { background-color: rgb(128,124,207); }
div.DivClassName
{
background-color: #807CCF;
}
.BgClassName
{
background-color: #807CCF;
}
</style>
border-color css
<style>
span { border-color: #807CCF; }
span { border-color: rgb(128,124,207); }
td.TdClassName
{
border-color: #807CCF;
}
.TagClassName
{
border-color: #807CCF;
}
</style>