Shades of Moody Blue #8877CF
Tints of Moody Blue #8877CF
RGB
CMYK
RGB Variations
Color information
#8877CF (or 0x8877CF) is known color: Moody Blue. HEX triplet: 88, 77 and CF. RGB value is (136,119,207). Sum of RGB (Red+Green+Blue) = 136+119+207=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #8877CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8877CF is #778830. Grayscale: #858585. Windows color (decimal): -7833649 or 13596552. OLE color: 13596552.
HSL color Cylindrical-coordinate representation of color #8877CF: hue angle of 251.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8877CF is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 119 | 207 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.19 |
| HSL | 251.59º | 0.48% | 0.64% | - |
| HSV(B) | 251.59º | 0.43% | 0.81% | - |
| XYZ | 28.01 | 22.93 | 61.98 | - |
| YUV | 134.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 207 | 0.34 | 0.43 | 0 | 0.19 | 251.59 | 0.48 | 0.64 |
| Hex | 88 | 77 | CF | 22 | 2B | 0 | 13 | FC | 30 | 40 |
| Octal | 210 | 167 | 317 | 42 | 53 | 0 | 23 | 374 | 60 | 100 |
| Binary | 10001000 | 1110111 | 11001111 | 100010 | 101011 | 0 | 10011 | 11111100 | 110000 | 1000000 |
Color Harmonies of #8877CF
Complementary color
Monochromatic Colors of #8877CF
Black with #8877CF
Text Example
Text Example
White with #8877CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8877CF; }
p { color: rgb(136,119,207); }
H1.HeaderClassName
{
color: #8877CF;
}
.AnyTagClassName
{
color: #8877CF;
}
</style>
background-color css
<style>
a { background-color: #8877CF; }
a { background-color: rgb(136,119,207); }
div.DivClassName
{
background-color: #8877CF;
}
.BgClassName
{
background-color: #8877CF;
}
</style>
border-color css
<style>
span { border-color: #8877CF; }
span { border-color: rgb(136,119,207); }
td.TdClassName
{
border-color: #8877CF;
}
.TagClassName
{
border-color: #8877CF;
}
</style>