Shades of Moody Blue #7881CF
Tints of Moody Blue #7881CF
RGB
CMYK
RGB Variations
Color information
#7881CF (or 0x7881CF) is known color: Moody Blue. HEX triplet: 78, 81 and CF. RGB value is (120,129,207). Sum of RGB (Red+Green+Blue) = 120+129+207=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #7881CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7881CF is #877E30. Grayscale: #868686. Windows color (decimal): -8879665 or 13599096. OLE color: 13599096.
HSL color Cylindrical-coordinate representation of color #7881CF: hue angle of 233.79º degrees, saturation: 0.48, 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 #7881CF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 129 | 207 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.19 |
| HSL | 233.79º | 0.48% | 0.64% | - |
| HSV(B) | 233.79º | 0.42% | 0.81% | - |
| XYZ | 26.86 | 24.2 | 62.29 | - |
| YUV | 135.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 207 | 0.42 | 0.38 | 0 | 0.19 | 233.79 | 0.48 | 0.64 |
| Hex | 78 | 81 | CF | 2A | 26 | 0 | 13 | EA | 30 | 40 |
| Octal | 170 | 201 | 317 | 52 | 46 | 0 | 23 | 352 | 60 | 100 |
| Binary | 1111000 | 10000001 | 11001111 | 101010 | 100110 | 0 | 10011 | 11101010 | 110000 | 1000000 |
Color Harmonies of #7881CF
Complementary color
Monochromatic Colors of #7881CF
Black with #7881CF
Text Example
Text Example
White with #7881CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881CF; }
p { color: rgb(120,129,207); }
H1.HeaderClassName
{
color: #7881CF;
}
.AnyTagClassName
{
color: #7881CF;
}
</style>
background-color css
<style>
a { background-color: #7881CF; }
a { background-color: rgb(120,129,207); }
div.DivClassName
{
background-color: #7881CF;
}
.BgClassName
{
background-color: #7881CF;
}
</style>
border-color css
<style>
span { border-color: #7881CF; }
span { border-color: rgb(120,129,207); }
td.TdClassName
{
border-color: #7881CF;
}
.TagClassName
{
border-color: #7881CF;
}
</style>