Shades of Moody Blue #807CDF
Tints of Moody Blue #807CDF
RGB
CMYK
RGB Variations
Color information
#807CDF (or 0x807CDF) is known color: Moody Blue. HEX triplet: 80, 7C and DF. RGB value is (128,124,223). Sum of RGB (Red+Green+Blue) = 128+124+223=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #807CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CDF is #7F8320. Grayscale: #888888. Windows color (decimal): -8356641 or 14646400. OLE color: 14646400.
HSL color Cylindrical-coordinate representation of color #807CDF: hue angle of 242.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #807CDF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 124 | 223 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.13 |
| HSL | 242.42º | 0.61% | 0.68% | - |
| HSV(B) | 242.42º | 0.44% | 0.87% | - |
| XYZ | 29.43 | 24.33 | 72.96 | - |
| YUV | 136.48 | 176.83 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 223 | 0.43 | 0.44 | 0 | 0.13 | 242.42 | 0.61 | 0.68 |
| Hex | 80 | 7C | DF | 2B | 2C | 0 | D | F2 | 3D | 44 |
| Octal | 200 | 174 | 337 | 53 | 54 | 0 | 15 | 362 | 75 | 104 |
| Binary | 10000000 | 1111100 | 11011111 | 101011 | 101100 | 0 | 1101 | 11110010 | 111101 | 1000100 |
Color Harmonies of #807CDF
Complementary color
Monochromatic Colors of #807CDF
Black with #807CDF
Text Example
Text Example
White with #807CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CDF; }
p { color: rgb(128,124,223); }
H1.HeaderClassName
{
color: #807CDF;
}
.AnyTagClassName
{
color: #807CDF;
}
</style>
background-color css
<style>
a { background-color: #807CDF; }
a { background-color: rgb(128,124,223); }
div.DivClassName
{
background-color: #807CDF;
}
.BgClassName
{
background-color: #807CDF;
}
</style>
border-color css
<style>
span { border-color: #807CDF; }
span { border-color: rgb(128,124,223); }
td.TdClassName
{
border-color: #807CDF;
}
.TagClassName
{
border-color: #807CDF;
}
</style>