Shades of Wild Blue Yonder #878EC4
Tints of Wild Blue Yonder #878EC4
RGB
CMYK
RGB Variations
Color information
#878EC4 (or 0x878EC4) is known color: Wild Blue Yonder. HEX triplet: 87, 8E and C4. RGB value is (135,142,196). Sum of RGB (Red+Green+Blue) = 135+142+196=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #878EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EC4 is #78713B. Grayscale: #919191. Windows color (decimal): -7893308 or 12881543. OLE color: 12881543.
HSL color Cylindrical-coordinate representation of color #878EC4: hue angle of 233.11º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #878EC4 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 142 | 196 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.23 |
| HSL | 233.11º | 0.34% | 0.65% | - |
| HSV(B) | 233.11º | 0.31% | 0.77% | - |
| XYZ | 29.63 | 28.48 | 56.16 | - |
| YUV | 146.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 196 | 0.31 | 0.28 | 0 | 0.23 | 233.11 | 0.34 | 0.65 |
| Hex | 87 | 8E | C4 | 1F | 1C | 0 | 17 | E9 | 22 | 41 |
| Octal | 207 | 216 | 304 | 37 | 34 | 0 | 27 | 351 | 42 | 101 |
| Binary | 10000111 | 10001110 | 11000100 | 11111 | 11100 | 0 | 10111 | 11101001 | 100010 | 1000001 |
Color Harmonies of #878EC4
Complementary color
Monochromatic Colors of #878EC4
Black with #878EC4
Text Example
Text Example
White with #878EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878EC4; }
p { color: rgb(135,142,196); }
H1.HeaderClassName
{
color: #878EC4;
}
.AnyTagClassName
{
color: #878EC4;
}
</style>
background-color css
<style>
a { background-color: #878EC4; }
a { background-color: rgb(135,142,196); }
div.DivClassName
{
background-color: #878EC4;
}
.BgClassName
{
background-color: #878EC4;
}
</style>
border-color css
<style>
span { border-color: #878EC4; }
span { border-color: rgb(135,142,196); }
td.TdClassName
{
border-color: #878EC4;
}
.TagClassName
{
border-color: #878EC4;
}
</style>