Shades of Moody Blue #807FC1
Tints of Moody Blue #807FC1
RGB
CMYK
RGB Variations
Color information
#807FC1 (or 0x807FC1) is known color: Moody Blue. HEX triplet: 80, 7F and C1. RGB value is (128,127,193). Sum of RGB (Red+Green+Blue) = 128+127+193=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #807FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FC1 is #7F803E. Grayscale: #868686. Windows color (decimal): -8355903 or 12681088. OLE color: 12681088.
HSL color Cylindrical-coordinate representation of color #807FC1: hue angle of 240.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #807FC1 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 127 | 193 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.24 |
| HSL | 240.91º | 0.35% | 0.63% | - |
| HSV(B) | 240.91º | 0.34% | 0.76% | - |
| XYZ | 26.12 | 23.62 | 53.63 | - |
| YUV | 134.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 193 | 0.34 | 0.34 | 0 | 0.24 | 240.91 | 0.35 | 0.63 |
| Hex | 80 | 7F | C1 | 22 | 22 | 0 | 18 | F1 | 23 | 3F |
| Octal | 200 | 177 | 301 | 42 | 42 | 0 | 30 | 361 | 43 | 77 |
| Binary | 10000000 | 1111111 | 11000001 | 100010 | 100010 | 0 | 11000 | 11110001 | 100011 | 111111 |
Color Harmonies of #807FC1
Complementary color
Monochromatic Colors of #807FC1
Black with #807FC1
Text Example
Text Example
White with #807FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FC1; }
p { color: rgb(128,127,193); }
H1.HeaderClassName
{
color: #807FC1;
}
.AnyTagClassName
{
color: #807FC1;
}
</style>
background-color css
<style>
a { background-color: #807FC1; }
a { background-color: rgb(128,127,193); }
div.DivClassName
{
background-color: #807FC1;
}
.BgClassName
{
background-color: #807FC1;
}
</style>
border-color css
<style>
span { border-color: #807FC1; }
span { border-color: rgb(128,127,193); }
td.TdClassName
{
border-color: #807FC1;
}
.TagClassName
{
border-color: #807FC1;
}
</style>