Shades of Wild Blue Yonder #878EBE
Tints of Wild Blue Yonder #878EBE
RGB
CMYK
RGB Variations
Color information
#878EBE (or 0x878EBE) is known color: Wild Blue Yonder. HEX triplet: 87, 8E and BE. RGB value is (135,142,190). Sum of RGB (Red+Green+Blue) = 135+142+190=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #878EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EBE is #787141. Grayscale: #919191. Windows color (decimal): -7893314 or 12488327. OLE color: 12488327.
HSL color Cylindrical-coordinate representation of color #878EBE: hue angle of 232.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #878EBE is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 142 | 190 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.25 |
| HSL | 232.36º | 0.3% | 0.64% | - |
| HSV(B) | 232.36º | 0.29% | 0.75% | - |
| XYZ | 28.96 | 28.21 | 52.63 | - |
| YUV | 145.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 190 | 0.29 | 0.25 | 0 | 0.25 | 232.36 | 0.3 | 0.64 |
| Hex | 87 | 8E | BE | 1D | 19 | 0 | 19 | E8 | 1E | 40 |
| Octal | 207 | 216 | 276 | 35 | 31 | 0 | 31 | 350 | 36 | 100 |
| Binary | 10000111 | 10001110 | 10111110 | 11101 | 11001 | 0 | 11001 | 11101000 | 11110 | 1000000 |
Color Harmonies of #878EBE
Complementary color
Monochromatic Colors of #878EBE
Black with #878EBE
Text Example
Text Example
White with #878EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878EBE; }
p { color: rgb(135,142,190); }
H1.HeaderClassName
{
color: #878EBE;
}
.AnyTagClassName
{
color: #878EBE;
}
</style>
background-color css
<style>
a { background-color: #878EBE; }
a { background-color: rgb(135,142,190); }
div.DivClassName
{
background-color: #878EBE;
}
.BgClassName
{
background-color: #878EBE;
}
</style>
border-color css
<style>
span { border-color: #878EBE; }
span { border-color: rgb(135,142,190); }
td.TdClassName
{
border-color: #878EBE;
}
.TagClassName
{
border-color: #878EBE;
}
</style>