Shades of Moody Blue #807FCC
Tints of Moody Blue #807FCC
RGB
CMYK
RGB Variations
Color information
#807FCC (or 0x807FCC) is known color: Moody Blue. HEX triplet: 80, 7F and CC. RGB value is (128,127,204). Sum of RGB (Red+Green+Blue) = 128+127+204=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #807FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FCC is #7F8033. Grayscale: #878787. Windows color (decimal): -8355892 or 13401984. OLE color: 13401984.
HSL color Cylindrical-coordinate representation of color #807FCC: hue angle of 240.78º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #807FCC is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 127 | 204 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.2 |
| HSL | 240.78º | 0.43% | 0.65% | - |
| HSV(B) | 240.78º | 0.38% | 0.8% | - |
| XYZ | 27.39 | 24.13 | 60.34 | - |
| YUV | 136.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 204 | 0.37 | 0.38 | 0 | 0.2 | 240.78 | 0.43 | 0.65 |
| Hex | 80 | 7F | CC | 25 | 26 | 0 | 14 | F1 | 2B | 41 |
| Octal | 200 | 177 | 314 | 45 | 46 | 0 | 24 | 361 | 53 | 101 |
| Binary | 10000000 | 1111111 | 11001100 | 100101 | 100110 | 0 | 10100 | 11110001 | 101011 | 1000001 |
Color Harmonies of #807FCC
Complementary color
Monochromatic Colors of #807FCC
Black with #807FCC
Text Example
Text Example
White with #807FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FCC; }
p { color: rgb(128,127,204); }
H1.HeaderClassName
{
color: #807FCC;
}
.AnyTagClassName
{
color: #807FCC;
}
</style>
background-color css
<style>
a { background-color: #807FCC; }
a { background-color: rgb(128,127,204); }
div.DivClassName
{
background-color: #807FCC;
}
.BgClassName
{
background-color: #807FCC;
}
</style>
border-color css
<style>
span { border-color: #807FCC; }
span { border-color: rgb(128,127,204); }
td.TdClassName
{
border-color: #807FCC;
}
.TagClassName
{
border-color: #807FCC;
}
</style>