Shades of Wild Blue Yonder #878DBB
Tints of Wild Blue Yonder #878DBB
RGB
CMYK
RGB Variations
Color information
#878DBB (or 0x878DBB) is known color: Wild Blue Yonder. HEX triplet: 87, 8D and BB. RGB value is (135,141,187). Sum of RGB (Red+Green+Blue) = 135+141+187=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #878DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DBB is #787244. Grayscale: #909090. Windows color (decimal): -7893573 or 12291463. OLE color: 12291463.
HSL color Cylindrical-coordinate representation of color #878DBB: hue angle of 233.08º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #878DBB is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 141 | 187 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.27 |
| HSL | 233.08º | 0.28% | 0.63% | - |
| HSV(B) | 233.08º | 0.28% | 0.73% | - |
| XYZ | 28.49 | 27.79 | 50.88 | - |
| YUV | 144.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 187 | 0.28 | 0.25 | 0 | 0.27 | 233.08 | 0.28 | 0.63 |
| Hex | 87 | 8D | BB | 1C | 19 | 0 | 1B | E9 | 1C | 3F |
| Octal | 207 | 215 | 273 | 34 | 31 | 0 | 33 | 351 | 34 | 77 |
| Binary | 10000111 | 10001101 | 10111011 | 11100 | 11001 | 0 | 11011 | 11101001 | 11100 | 111111 |
Color Harmonies of #878DBB
Complementary color
Monochromatic Colors of #878DBB
Black with #878DBB
Text Example
Text Example
White with #878DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DBB; }
p { color: rgb(135,141,187); }
H1.HeaderClassName
{
color: #878DBB;
}
.AnyTagClassName
{
color: #878DBB;
}
</style>
background-color css
<style>
a { background-color: #878DBB; }
a { background-color: rgb(135,141,187); }
div.DivClassName
{
background-color: #878DBB;
}
.BgClassName
{
background-color: #878DBB;
}
</style>
border-color css
<style>
span { border-color: #878DBB; }
span { border-color: rgb(135,141,187); }
td.TdClassName
{
border-color: #878DBB;
}
.TagClassName
{
border-color: #878DBB;
}
</style>