Shades of Wild Blue Yonder #878FBA
Tints of Wild Blue Yonder #878FBA
RGB
CMYK
RGB Variations
Color information
#878FBA (or 0x878FBA) is known color: Wild Blue Yonder. HEX triplet: 87, 8F and BA. RGB value is (135,143,186). Sum of RGB (Red+Green+Blue) = 135+143+186=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #878FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FBA is #787045. Grayscale: #919191. Windows color (decimal): -7893062 or 12226439. OLE color: 12226439.
HSL color Cylindrical-coordinate representation of color #878FBA: hue angle of 230.59º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #878FBA is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 143 | 186 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.27 |
| HSL | 230.59º | 0.27% | 0.63% | - |
| HSV(B) | 230.59º | 0.27% | 0.73% | - |
| XYZ | 28.68 | 28.34 | 50.41 | - |
| YUV | 145.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 186 | 0.27 | 0.23 | 0 | 0.27 | 230.59 | 0.27 | 0.63 |
| Hex | 87 | 8F | BA | 1B | 17 | 0 | 1B | E7 | 1B | 3F |
| Octal | 207 | 217 | 272 | 33 | 27 | 0 | 33 | 347 | 33 | 77 |
| Binary | 10000111 | 10001111 | 10111010 | 11011 | 10111 | 0 | 11011 | 11100111 | 11011 | 111111 |
Color Harmonies of #878FBA
Complementary color
Monochromatic Colors of #878FBA
Black with #878FBA
Text Example
Text Example
White with #878FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878FBA; }
p { color: rgb(135,143,186); }
H1.HeaderClassName
{
color: #878FBA;
}
.AnyTagClassName
{
color: #878FBA;
}
</style>
background-color css
<style>
a { background-color: #878FBA; }
a { background-color: rgb(135,143,186); }
div.DivClassName
{
background-color: #878FBA;
}
.BgClassName
{
background-color: #878FBA;
}
</style>
border-color css
<style>
span { border-color: #878FBA; }
span { border-color: rgb(135,143,186); }
td.TdClassName
{
border-color: #878FBA;
}
.TagClassName
{
border-color: #878FBA;
}
</style>