Shades of Moody Blue #807BC1
Tints of Moody Blue #807BC1
RGB
CMYK
RGB Variations
Color information
#807BC1 (or 0x807BC1) is known color: Moody Blue. HEX triplet: 80, 7B and C1. RGB value is (128,123,193). Sum of RGB (Red+Green+Blue) = 128+123+193=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #807BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BC1 is #7F843E. Grayscale: #848484. Windows color (decimal): -8356927 or 12680064. OLE color: 12680064.
HSL color Cylindrical-coordinate representation of color #807BC1: hue angle of 244.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #807BC1 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 123 | 193 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.24 |
| HSL | 244.29º | 0.36% | 0.62% | - |
| HSV(B) | 244.29º | 0.36% | 0.76% | - |
| XYZ | 25.61 | 22.61 | 53.47 | - |
| YUV | 132.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 193 | 0.34 | 0.36 | 0 | 0.24 | 244.29 | 0.36 | 0.62 |
| Hex | 80 | 7B | C1 | 22 | 24 | 0 | 18 | F4 | 24 | 3E |
| Octal | 200 | 173 | 301 | 42 | 44 | 0 | 30 | 364 | 44 | 76 |
| Binary | 10000000 | 1111011 | 11000001 | 100010 | 100100 | 0 | 11000 | 11110100 | 100100 | 111110 |
Color Harmonies of #807BC1
Complementary color
Monochromatic Colors of #807BC1
Black with #807BC1
Text Example
Text Example
White with #807BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BC1; }
p { color: rgb(128,123,193); }
H1.HeaderClassName
{
color: #807BC1;
}
.AnyTagClassName
{
color: #807BC1;
}
</style>
background-color css
<style>
a { background-color: #807BC1; }
a { background-color: rgb(128,123,193); }
div.DivClassName
{
background-color: #807BC1;
}
.BgClassName
{
background-color: #807BC1;
}
</style>
border-color css
<style>
span { border-color: #807BC1; }
span { border-color: rgb(128,123,193); }
td.TdClassName
{
border-color: #807BC1;
}
.TagClassName
{
border-color: #807BC1;
}
</style>