Shades of Moody Blue #807CDC
Tints of Moody Blue #807CDC
RGB
CMYK
RGB Variations
Color information
#807CDC (or 0x807CDC) is known color: Moody Blue. HEX triplet: 80, 7C and DC. RGB value is (128,124,220). Sum of RGB (Red+Green+Blue) = 128+124+220=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #807CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CDC is #7F8323. Grayscale: #878787. Windows color (decimal): -8356644 or 14449792. OLE color: 14449792.
HSL color Cylindrical-coordinate representation of color #807CDC: hue angle of 242.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #807CDC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 124 | 220 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.14 |
| HSL | 242.5º | 0.58% | 0.67% | - |
| HSV(B) | 242.5º | 0.44% | 0.86% | - |
| XYZ | 29.03 | 24.17 | 70.85 | - |
| YUV | 136.14 | 175.33 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 220 | 0.42 | 0.44 | 0 | 0.14 | 242.5 | 0.58 | 0.67 |
| Hex | 80 | 7C | DC | 2A | 2C | 0 | E | F2 | 3A | 43 |
| Octal | 200 | 174 | 334 | 52 | 54 | 0 | 16 | 362 | 72 | 103 |
| Binary | 10000000 | 1111100 | 11011100 | 101010 | 101100 | 0 | 1110 | 11110010 | 111010 | 1000011 |
Color Harmonies of #807CDC
Complementary color
Monochromatic Colors of #807CDC
Black with #807CDC
Text Example
Text Example
White with #807CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CDC; }
p { color: rgb(128,124,220); }
H1.HeaderClassName
{
color: #807CDC;
}
.AnyTagClassName
{
color: #807CDC;
}
</style>
background-color css
<style>
a { background-color: #807CDC; }
a { background-color: rgb(128,124,220); }
div.DivClassName
{
background-color: #807CDC;
}
.BgClassName
{
background-color: #807CDC;
}
</style>
border-color css
<style>
span { border-color: #807CDC; }
span { border-color: rgb(128,124,220); }
td.TdClassName
{
border-color: #807CDC;
}
.TagClassName
{
border-color: #807CDC;
}
</style>