Shades of Moody Blue #807CC6
Tints of Moody Blue #807CC6
RGB
CMYK
RGB Variations
Color information
#807CC6 (or 0x807CC6) is known color: Moody Blue. HEX triplet: 80, 7C and C6. RGB value is (128,124,198). Sum of RGB (Red+Green+Blue) = 128+124+198=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #807CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CC6 is #7F8339. Grayscale: #858585. Windows color (decimal): -8356666 or 13008000. OLE color: 13008000.
HSL color Cylindrical-coordinate representation of color #807CC6: hue angle of 243.24º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #807CC6 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 124 | 198 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.22 |
| HSL | 243.24º | 0.39% | 0.63% | - |
| HSV(B) | 243.24º | 0.37% | 0.78% | - |
| XYZ | 26.3 | 23.08 | 56.49 | - |
| YUV | 133.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 198 | 0.35 | 0.37 | 0 | 0.22 | 243.24 | 0.39 | 0.63 |
| Hex | 80 | 7C | C6 | 23 | 25 | 0 | 16 | F3 | 27 | 3F |
| Octal | 200 | 174 | 306 | 43 | 45 | 0 | 26 | 363 | 47 | 77 |
| Binary | 10000000 | 1111100 | 11000110 | 100011 | 100101 | 0 | 10110 | 11110011 | 100111 | 111111 |
Color Harmonies of #807CC6
Complementary color
Monochromatic Colors of #807CC6
Black with #807CC6
Text Example
Text Example
White with #807CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CC6; }
p { color: rgb(128,124,198); }
H1.HeaderClassName
{
color: #807CC6;
}
.AnyTagClassName
{
color: #807CC6;
}
</style>
background-color css
<style>
a { background-color: #807CC6; }
a { background-color: rgb(128,124,198); }
div.DivClassName
{
background-color: #807CC6;
}
.BgClassName
{
background-color: #807CC6;
}
</style>
border-color css
<style>
span { border-color: #807CC6; }
span { border-color: rgb(128,124,198); }
td.TdClassName
{
border-color: #807CC6;
}
.TagClassName
{
border-color: #807CC6;
}
</style>