Shades of Wild Blue Yonder #878DB7
Tints of Wild Blue Yonder #878DB7
RGB
CMYK
RGB Variations
Color information
#878DB7 (or 0x878DB7) is known color: Wild Blue Yonder. HEX triplet: 87, 8D and B7. RGB value is (135,141,183). Sum of RGB (Red+Green+Blue) = 135+141+183=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 183 - color contains mainly: blue. Hex color #878DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DB7 is #787248. Grayscale: #8F8F8F. Windows color (decimal): -7893577 or 12029319. OLE color: 12029319.
HSL color Cylindrical-coordinate representation of color #878DB7: hue angle of 232.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #878DB7 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 141 | 183 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.28 |
| HSL | 232.5º | 0.25% | 0.62% | - |
| HSV(B) | 232.5º | 0.26% | 0.72% | - |
| XYZ | 28.06 | 27.62 | 48.65 | - |
| YUV | 143.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 183 | 0.26 | 0.23 | 0 | 0.28 | 232.5 | 0.25 | 0.62 |
| Hex | 87 | 8D | B7 | 1A | 17 | 0 | 1C | E8 | 19 | 3E |
| Octal | 207 | 215 | 267 | 32 | 27 | 0 | 34 | 350 | 31 | 76 |
| Binary | 10000111 | 10001101 | 10110111 | 11010 | 10111 | 0 | 11100 | 11101000 | 11001 | 111110 |
Color Harmonies of #878DB7
Complementary color
Monochromatic Colors of #878DB7
Black with #878DB7
Text Example
Text Example
White with #878DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DB7; }
p { color: rgb(135,141,183); }
H1.HeaderClassName
{
color: #878DB7;
}
.AnyTagClassName
{
color: #878DB7;
}
</style>
background-color css
<style>
a { background-color: #878DB7; }
a { background-color: rgb(135,141,183); }
div.DivClassName
{
background-color: #878DB7;
}
.BgClassName
{
background-color: #878DB7;
}
</style>
border-color css
<style>
span { border-color: #878DB7; }
span { border-color: rgb(135,141,183); }
td.TdClassName
{
border-color: #878DB7;
}
.TagClassName
{
border-color: #878DB7;
}
</style>