Shades of Wild Blue Yonder #878DBD
Tints of Wild Blue Yonder #878DBD
RGB
CMYK
RGB Variations
Color information
#878DBD (or 0x878DBD) is known color: Wild Blue Yonder. HEX triplet: 87, 8D and BD. RGB value is (135,141,189). Sum of RGB (Red+Green+Blue) = 135+141+189=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #878DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DBD is #787242. Grayscale: #909090. Windows color (decimal): -7893571 or 12422535. OLE color: 12422535.
HSL color Cylindrical-coordinate representation of color #878DBD: hue angle of 233.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #878DBD is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 141 | 189 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.26 |
| HSL | 233.33º | 0.29% | 0.64% | - |
| HSV(B) | 233.33º | 0.29% | 0.74% | - |
| XYZ | 28.7 | 27.87 | 52.01 | - |
| YUV | 144.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 189 | 0.29 | 0.25 | 0 | 0.26 | 233.33 | 0.29 | 0.64 |
| Hex | 87 | 8D | BD | 1D | 19 | 0 | 1A | E9 | 1D | 40 |
| Octal | 207 | 215 | 275 | 35 | 31 | 0 | 32 | 351 | 35 | 100 |
| Binary | 10000111 | 10001101 | 10111101 | 11101 | 11001 | 0 | 11010 | 11101001 | 11101 | 1000000 |
Color Harmonies of #878DBD
Complementary color
Monochromatic Colors of #878DBD
Black with #878DBD
Text Example
Text Example
White with #878DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DBD; }
p { color: rgb(135,141,189); }
H1.HeaderClassName
{
color: #878DBD;
}
.AnyTagClassName
{
color: #878DBD;
}
</style>
background-color css
<style>
a { background-color: #878DBD; }
a { background-color: rgb(135,141,189); }
div.DivClassName
{
background-color: #878DBD;
}
.BgClassName
{
background-color: #878DBD;
}
</style>
border-color css
<style>
span { border-color: #878DBD; }
span { border-color: rgb(135,141,189); }
td.TdClassName
{
border-color: #878DBD;
}
.TagClassName
{
border-color: #878DBD;
}
</style>