Shades of Moody Blue #807EC3
Tints of Moody Blue #807EC3
RGB
CMYK
RGB Variations
Color information
#807EC3 (or 0x807EC3) is known color: Moody Blue. HEX triplet: 80, 7E and C3. RGB value is (128,126,195). Sum of RGB (Red+Green+Blue) = 128+126+195=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #807EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807EC3 is #7F813C. Grayscale: #868686. Windows color (decimal): -8356157 or 12811904. OLE color: 12811904.
HSL color Cylindrical-coordinate representation of color #807EC3: hue angle of 241.74º degrees, saturation: 0.37, 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 #807EC3 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 126 | 195 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.24 |
| HSL | 241.74º | 0.37% | 0.63% | - |
| HSV(B) | 241.74º | 0.35% | 0.76% | - |
| XYZ | 26.21 | 23.45 | 54.77 | - |
| YUV | 134.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 195 | 0.34 | 0.35 | 0 | 0.24 | 241.74 | 0.37 | 0.63 |
| Hex | 80 | 7E | C3 | 22 | 23 | 0 | 18 | F2 | 25 | 3F |
| Octal | 200 | 176 | 303 | 42 | 43 | 0 | 30 | 362 | 45 | 77 |
| Binary | 10000000 | 1111110 | 11000011 | 100010 | 100011 | 0 | 11000 | 11110010 | 100101 | 111111 |
Color Harmonies of #807EC3
Complementary color
Monochromatic Colors of #807EC3
Black with #807EC3
Text Example
Text Example
White with #807EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807EC3; }
p { color: rgb(128,126,195); }
H1.HeaderClassName
{
color: #807EC3;
}
.AnyTagClassName
{
color: #807EC3;
}
</style>
background-color css
<style>
a { background-color: #807EC3; }
a { background-color: rgb(128,126,195); }
div.DivClassName
{
background-color: #807EC3;
}
.BgClassName
{
background-color: #807EC3;
}
</style>
border-color css
<style>
span { border-color: #807EC3; }
span { border-color: rgb(128,126,195); }
td.TdClassName
{
border-color: #807EC3;
}
.TagClassName
{
border-color: #807EC3;
}
</style>