Shades of Wild Blue Yonder #878FBB
Tints of Wild Blue Yonder #878FBB
RGB
CMYK
RGB Variations
Color information
#878FBB (or 0x878FBB) is known color: Wild Blue Yonder. HEX triplet: 87, 8F and BB. RGB value is (135,143,187). Sum of RGB (Red+Green+Blue) = 135+143+187=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #878FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FBB is #787044. Grayscale: #919191. Windows color (decimal): -7893061 or 12291975. OLE color: 12291975.
HSL color Cylindrical-coordinate representation of color #878FBB: hue angle of 230.77º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #878FBB is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 143 | 187 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.27 |
| HSL | 230.77º | 0.28% | 0.63% | - |
| HSV(B) | 230.77º | 0.28% | 0.73% | - |
| XYZ | 28.78 | 28.38 | 50.98 | - |
| YUV | 145.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 187 | 0.28 | 0.24 | 0 | 0.27 | 230.77 | 0.28 | 0.63 |
| Hex | 87 | 8F | BB | 1C | 18 | 0 | 1B | E7 | 1C | 3F |
| Octal | 207 | 217 | 273 | 34 | 30 | 0 | 33 | 347 | 34 | 77 |
| Binary | 10000111 | 10001111 | 10111011 | 11100 | 11000 | 0 | 11011 | 11100111 | 11100 | 111111 |
Color Harmonies of #878FBB
Complementary color
Monochromatic Colors of #878FBB
Black with #878FBB
Text Example
Text Example
White with #878FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878FBB; }
p { color: rgb(135,143,187); }
H1.HeaderClassName
{
color: #878FBB;
}
.AnyTagClassName
{
color: #878FBB;
}
</style>
background-color css
<style>
a { background-color: #878FBB; }
a { background-color: rgb(135,143,187); }
div.DivClassName
{
background-color: #878FBB;
}
.BgClassName
{
background-color: #878FBB;
}
</style>
border-color css
<style>
span { border-color: #878FBB; }
span { border-color: rgb(135,143,187); }
td.TdClassName
{
border-color: #878FBB;
}
.TagClassName
{
border-color: #878FBB;
}
</style>