Shades of Moody Blue #807CC9
Tints of Moody Blue #807CC9
RGB
CMYK
RGB Variations
Color information
#807CC9 (or 0x807CC9) is known color: Moody Blue. HEX triplet: 80, 7C and C9. RGB value is (128,124,201). Sum of RGB (Red+Green+Blue) = 128+124+201=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #807CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CC9 is #7F8336. Grayscale: #858585. Windows color (decimal): -8356663 or 13204608. OLE color: 13204608.
HSL color Cylindrical-coordinate representation of color #807CC9: hue angle of 243.12º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #807CC9 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 124 | 201 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.21 |
| HSL | 243.12º | 0.42% | 0.64% | - |
| HSV(B) | 243.12º | 0.38% | 0.79% | - |
| XYZ | 26.65 | 23.22 | 58.34 | - |
| YUV | 133.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 201 | 0.36 | 0.38 | 0 | 0.21 | 243.12 | 0.42 | 0.64 |
| Hex | 80 | 7C | C9 | 24 | 26 | 0 | 15 | F3 | 2A | 40 |
| Octal | 200 | 174 | 311 | 44 | 46 | 0 | 25 | 363 | 52 | 100 |
| Binary | 10000000 | 1111100 | 11001001 | 100100 | 100110 | 0 | 10101 | 11110011 | 101010 | 1000000 |
Color Harmonies of #807CC9
Complementary color
Monochromatic Colors of #807CC9
Black with #807CC9
Text Example
Text Example
White with #807CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CC9; }
p { color: rgb(128,124,201); }
H1.HeaderClassName
{
color: #807CC9;
}
.AnyTagClassName
{
color: #807CC9;
}
</style>
background-color css
<style>
a { background-color: #807CC9; }
a { background-color: rgb(128,124,201); }
div.DivClassName
{
background-color: #807CC9;
}
.BgClassName
{
background-color: #807CC9;
}
</style>
border-color css
<style>
span { border-color: #807CC9; }
span { border-color: rgb(128,124,201); }
td.TdClassName
{
border-color: #807CC9;
}
.TagClassName
{
border-color: #807CC9;
}
</style>