Shades of Wild Blue Yonder #878BBB
Tints of Wild Blue Yonder #878BBB
RGB
CMYK
RGB Variations
Color information
#878BBB (or 0x878BBB) is known color: Wild Blue Yonder. HEX triplet: 87, 8B and BB. RGB value is (135,139,187). Sum of RGB (Red+Green+Blue) = 135+139+187=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #878BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BBB is #787444. Grayscale: #8F8F8F. Windows color (decimal): -7894085 or 12290951. OLE color: 12290951.
HSL color Cylindrical-coordinate representation of color #878BBB: hue angle of 235.38º 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 #878BBB is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 139 | 187 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.27 |
| HSL | 235.38º | 0.28% | 0.63% | - |
| HSV(B) | 235.38º | 0.28% | 0.73% | - |
| XYZ | 28.19 | 27.2 | 50.78 | - |
| YUV | 143.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 187 | 0.28 | 0.26 | 0 | 0.27 | 235.38 | 0.28 | 0.63 |
| Hex | 87 | 8B | BB | 1C | 1A | 0 | 1B | EB | 1C | 3F |
| Octal | 207 | 213 | 273 | 34 | 32 | 0 | 33 | 353 | 34 | 77 |
| Binary | 10000111 | 10001011 | 10111011 | 11100 | 11010 | 0 | 11011 | 11101011 | 11100 | 111111 |
Color Harmonies of #878BBB
Complementary color
Monochromatic Colors of #878BBB
Black with #878BBB
Text Example
Text Example
White with #878BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878BBB; }
p { color: rgb(135,139,187); }
H1.HeaderClassName
{
color: #878BBB;
}
.AnyTagClassName
{
color: #878BBB;
}
</style>
background-color css
<style>
a { background-color: #878BBB; }
a { background-color: rgb(135,139,187); }
div.DivClassName
{
background-color: #878BBB;
}
.BgClassName
{
background-color: #878BBB;
}
</style>
border-color css
<style>
span { border-color: #878BBB; }
span { border-color: rgb(135,139,187); }
td.TdClassName
{
border-color: #878BBB;
}
.TagClassName
{
border-color: #878BBB;
}
</style>