Shades of Wild Blue Yonder #878BBC
Tints of Wild Blue Yonder #878BBC
RGB
CMYK
RGB Variations
Color information
#878BBC (or 0x878BBC) is known color: Wild Blue Yonder. HEX triplet: 87, 8B and BC. RGB value is (135,139,188). Sum of RGB (Red+Green+Blue) = 135+139+188=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #878BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BBC is #787443. Grayscale: #8F8F8F. Windows color (decimal): -7894084 or 12356487. OLE color: 12356487.
HSL color Cylindrical-coordinate representation of color #878BBC: hue angle of 235.47º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #878BBC is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 139 | 188 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.26 |
| HSL | 235.47º | 0.28% | 0.63% | - |
| HSV(B) | 235.47º | 0.28% | 0.74% | - |
| XYZ | 28.3 | 27.25 | 51.34 | - |
| YUV | 143.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 188 | 0.28 | 0.26 | 0 | 0.26 | 235.47 | 0.28 | 0.63 |
| Hex | 87 | 8B | BC | 1C | 1A | 0 | 1A | EB | 1C | 3F |
| Octal | 207 | 213 | 274 | 34 | 32 | 0 | 32 | 353 | 34 | 77 |
| Binary | 10000111 | 10001011 | 10111100 | 11100 | 11010 | 0 | 11010 | 11101011 | 11100 | 111111 |
Color Harmonies of #878BBC
Complementary color
Monochromatic Colors of #878BBC
Black with #878BBC
Text Example
Text Example
White with #878BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878BBC; }
p { color: rgb(135,139,188); }
H1.HeaderClassName
{
color: #878BBC;
}
.AnyTagClassName
{
color: #878BBC;
}
</style>
background-color css
<style>
a { background-color: #878BBC; }
a { background-color: rgb(135,139,188); }
div.DivClassName
{
background-color: #878BBC;
}
.BgClassName
{
background-color: #878BBC;
}
</style>
border-color css
<style>
span { border-color: #878BBC; }
span { border-color: rgb(135,139,188); }
td.TdClassName
{
border-color: #878BBC;
}
.TagClassName
{
border-color: #878BBC;
}
</style>