Shades of Moody Blue #807FC2
Tints of Moody Blue #807FC2
RGB
CMYK
RGB Variations
Color information
#807FC2 (or 0x807FC2) is known color: Moody Blue. HEX triplet: 80, 7F and C2. RGB value is (128,127,194). Sum of RGB (Red+Green+Blue) = 128+127+194=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #807FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FC2 is #7F803D. Grayscale: #868686. Windows color (decimal): -8355902 or 12746624. OLE color: 12746624.
HSL color Cylindrical-coordinate representation of color #807FC2: hue angle of 240.9º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #807FC2 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 127 | 194 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.24 |
| HSL | 240.9º | 0.35% | 0.63% | - |
| HSV(B) | 240.9º | 0.35% | 0.76% | - |
| XYZ | 26.23 | 23.66 | 54.22 | - |
| YUV | 134.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 194 | 0.34 | 0.35 | 0 | 0.24 | 240.9 | 0.35 | 0.63 |
| Hex | 80 | 7F | C2 | 22 | 23 | 0 | 18 | F1 | 23 | 3F |
| Octal | 200 | 177 | 302 | 42 | 43 | 0 | 30 | 361 | 43 | 77 |
| Binary | 10000000 | 1111111 | 11000010 | 100010 | 100011 | 0 | 11000 | 11110001 | 100011 | 111111 |
Color Harmonies of #807FC2
Complementary color
Monochromatic Colors of #807FC2
Black with #807FC2
Text Example
Text Example
White with #807FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FC2; }
p { color: rgb(128,127,194); }
H1.HeaderClassName
{
color: #807FC2;
}
.AnyTagClassName
{
color: #807FC2;
}
</style>
background-color css
<style>
a { background-color: #807FC2; }
a { background-color: rgb(128,127,194); }
div.DivClassName
{
background-color: #807FC2;
}
.BgClassName
{
background-color: #807FC2;
}
</style>
border-color css
<style>
span { border-color: #807FC2; }
span { border-color: rgb(128,127,194); }
td.TdClassName
{
border-color: #807FC2;
}
.TagClassName
{
border-color: #807FC2;
}
</style>