Shades of Wild Blue Yonder #878AC0
Tints of Wild Blue Yonder #878AC0
RGB
CMYK
RGB Variations
Color information
#878AC0 (or 0x878AC0) is known color: Wild Blue Yonder. HEX triplet: 87, 8A and C0. RGB value is (135,138,192). Sum of RGB (Red+Green+Blue) = 135+138+192=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #878AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878AC0 is #78753F. Grayscale: #8F8F8F. Windows color (decimal): -7894336 or 12618375. OLE color: 12618375.
HSL color Cylindrical-coordinate representation of color #878AC0: hue angle of 236.84º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #878AC0 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 138 | 192 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.25 |
| HSL | 236.84º | 0.31% | 0.64% | - |
| HSV(B) | 236.84º | 0.3% | 0.75% | - |
| XYZ | 28.59 | 27.13 | 53.6 | - |
| YUV | 143.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 192 | 0.30 | 0.28 | 0 | 0.25 | 236.84 | 0.31 | 0.64 |
| Hex | 87 | 8A | C0 | 1E | 1C | 0 | 19 | ED | 1F | 40 |
| Octal | 207 | 212 | 300 | 36 | 34 | 0 | 31 | 355 | 37 | 100 |
| Binary | 10000111 | 10001010 | 11000000 | 11110 | 11100 | 0 | 11001 | 11101101 | 11111 | 1000000 |
Color Harmonies of #878AC0
Complementary color
Monochromatic Colors of #878AC0
Black with #878AC0
Text Example
Text Example
White with #878AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878AC0; }
p { color: rgb(135,138,192); }
H1.HeaderClassName
{
color: #878AC0;
}
.AnyTagClassName
{
color: #878AC0;
}
</style>
background-color css
<style>
a { background-color: #878AC0; }
a { background-color: rgb(135,138,192); }
div.DivClassName
{
background-color: #878AC0;
}
.BgClassName
{
background-color: #878AC0;
}
</style>
border-color css
<style>
span { border-color: #878AC0; }
span { border-color: rgb(135,138,192); }
td.TdClassName
{
border-color: #878AC0;
}
.TagClassName
{
border-color: #878AC0;
}
</style>