Shades of Moody Blue #7881CE
Tints of Moody Blue #7881CE
RGB
CMYK
RGB Variations
Color information
#7881CE (or 0x7881CE) is known color: Moody Blue. HEX triplet: 78, 81 and CE. RGB value is (120,129,206). Sum of RGB (Red+Green+Blue) = 120+129+206=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #7881CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7881CE is #877E31. Grayscale: #868686. Windows color (decimal): -8879666 or 13533560. OLE color: 13533560.
HSL color Cylindrical-coordinate representation of color #7881CE: hue angle of 233.72º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7881CE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 129 | 206 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.19 |
| HSL | 233.72º | 0.47% | 0.64% | - |
| HSV(B) | 233.72º | 0.42% | 0.81% | - |
| XYZ | 26.74 | 24.15 | 61.64 | - |
| YUV | 135.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 206 | 0.42 | 0.37 | 0 | 0.19 | 233.72 | 0.47 | 0.64 |
| Hex | 78 | 81 | CE | 2A | 25 | 0 | 13 | EA | 2F | 40 |
| Octal | 170 | 201 | 316 | 52 | 45 | 0 | 23 | 352 | 57 | 100 |
| Binary | 1111000 | 10000001 | 11001110 | 101010 | 100101 | 0 | 10011 | 11101010 | 101111 | 1000000 |
Color Harmonies of #7881CE
Complementary color
Monochromatic Colors of #7881CE
Black with #7881CE
Text Example
Text Example
White with #7881CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881CE; }
p { color: rgb(120,129,206); }
H1.HeaderClassName
{
color: #7881CE;
}
.AnyTagClassName
{
color: #7881CE;
}
</style>
background-color css
<style>
a { background-color: #7881CE; }
a { background-color: rgb(120,129,206); }
div.DivClassName
{
background-color: #7881CE;
}
.BgClassName
{
background-color: #7881CE;
}
</style>
border-color css
<style>
span { border-color: #7881CE; }
span { border-color: rgb(120,129,206); }
td.TdClassName
{
border-color: #7881CE;
}
.TagClassName
{
border-color: #7881CE;
}
</style>