Shades of Moody Blue #877ADB
Tints of Moody Blue #877ADB
RGB
CMYK
RGB Variations
Color information
#877ADB (or 0x877ADB) is known color: Moody Blue. HEX triplet: 87, 7A and DB. RGB value is (135,122,219). Sum of RGB (Red+Green+Blue) = 135+122+219=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #877ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ADB is #788524. Grayscale: #888888. Windows color (decimal): -7898405 or 14383751. OLE color: 14383751.
HSL color Cylindrical-coordinate representation of color #877ADB: hue angle of 248.04º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #877ADB is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 122 | 219 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.14 |
| HSL | 248.04º | 0.57% | 0.67% | - |
| HSV(B) | 248.04º | 0.44% | 0.86% | - |
| XYZ | 29.74 | 24.18 | 70.12 | - |
| YUV | 136.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 219 | 0.38 | 0.44 | 0 | 0.14 | 248.04 | 0.57 | 0.67 |
| Hex | 87 | 7A | DB | 26 | 2C | 0 | E | F8 | 39 | 43 |
| Octal | 207 | 172 | 333 | 46 | 54 | 0 | 16 | 370 | 71 | 103 |
| Binary | 10000111 | 1111010 | 11011011 | 100110 | 101100 | 0 | 1110 | 11111000 | 111001 | 1000011 |
Color Harmonies of #877ADB
Complementary color
Monochromatic Colors of #877ADB
Black with #877ADB
Text Example
Text Example
White with #877ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877ADB; }
p { color: rgb(135,122,219); }
H1.HeaderClassName
{
color: #877ADB;
}
.AnyTagClassName
{
color: #877ADB;
}
</style>
background-color css
<style>
a { background-color: #877ADB; }
a { background-color: rgb(135,122,219); }
div.DivClassName
{
background-color: #877ADB;
}
.BgClassName
{
background-color: #877ADB;
}
</style>
border-color css
<style>
span { border-color: #877ADB; }
span { border-color: rgb(135,122,219); }
td.TdClassName
{
border-color: #877ADB;
}
.TagClassName
{
border-color: #877ADB;
}
</style>