Shades of Moody Blue #8779CF
Tints of Moody Blue #8779CF
RGB
CMYK
RGB Variations
Color information
#8779CF (or 0x8779CF) is known color: Moody Blue. HEX triplet: 87, 79 and CF. RGB value is (135,121,207). Sum of RGB (Red+Green+Blue) = 135+121+207=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #8779CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8779CF is #788630. Grayscale: #868686. Windows color (decimal): -7898673 or 13597063. OLE color: 13597063.
HSL color Cylindrical-coordinate representation of color #8779CF: hue angle of 249.77º 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 #8779CF is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 121 | 207 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.19 |
| HSL | 249.77º | 0.47% | 0.64% | - |
| HSV(B) | 249.77º | 0.42% | 0.81% | - |
| XYZ | 28.09 | 23.33 | 62.05 | - |
| YUV | 134.99 | 168.64 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 207 | 0.35 | 0.42 | 0 | 0.19 | 249.77 | 0.47 | 0.64 |
| Hex | 87 | 79 | CF | 23 | 2A | 0 | 13 | FA | 2F | 40 |
| Octal | 207 | 171 | 317 | 43 | 52 | 0 | 23 | 372 | 57 | 100 |
| Binary | 10000111 | 1111001 | 11001111 | 100011 | 101010 | 0 | 10011 | 11111010 | 101111 | 1000000 |
Color Harmonies of #8779CF
Complementary color
Monochromatic Colors of #8779CF
Black with #8779CF
Text Example
Text Example
White with #8779CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8779CF; }
p { color: rgb(135,121,207); }
H1.HeaderClassName
{
color: #8779CF;
}
.AnyTagClassName
{
color: #8779CF;
}
</style>
background-color css
<style>
a { background-color: #8779CF; }
a { background-color: rgb(135,121,207); }
div.DivClassName
{
background-color: #8779CF;
}
.BgClassName
{
background-color: #8779CF;
}
</style>
border-color css
<style>
span { border-color: #8779CF; }
span { border-color: rgb(135,121,207); }
td.TdClassName
{
border-color: #8779CF;
}
.TagClassName
{
border-color: #8779CF;
}
</style>