Shades of Wild Blue Yonder #878ABB
Tints of Wild Blue Yonder #878ABB
RGB
CMYK
RGB Variations
Color information
#878ABB (or 0x878ABB) is known color: Wild Blue Yonder. HEX triplet: 87, 8A and BB. RGB value is (135,138,187). Sum of RGB (Red+Green+Blue) = 135+138+187=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #878ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ABB is #787544. Grayscale: #8E8E8E. Windows color (decimal): -7894341 or 12290695. OLE color: 12290695.
HSL color Cylindrical-coordinate representation of color #878ABB: hue angle of 236.54º 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 #878ABB is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 138 | 187 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.27 |
| HSL | 236.54º | 0.28% | 0.63% | - |
| HSV(B) | 236.54º | 0.28% | 0.73% | - |
| XYZ | 28.05 | 26.92 | 50.73 | - |
| YUV | 142.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 187 | 0.28 | 0.26 | 0 | 0.27 | 236.54 | 0.28 | 0.63 |
| Hex | 87 | 8A | BB | 1C | 1A | 0 | 1B | ED | 1C | 3F |
| Octal | 207 | 212 | 273 | 34 | 32 | 0 | 33 | 355 | 34 | 77 |
| Binary | 10000111 | 10001010 | 10111011 | 11100 | 11010 | 0 | 11011 | 11101101 | 11100 | 111111 |
Color Harmonies of #878ABB
Complementary color
Monochromatic Colors of #878ABB
Black with #878ABB
Text Example
Text Example
White with #878ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878ABB; }
p { color: rgb(135,138,187); }
H1.HeaderClassName
{
color: #878ABB;
}
.AnyTagClassName
{
color: #878ABB;
}
</style>
background-color css
<style>
a { background-color: #878ABB; }
a { background-color: rgb(135,138,187); }
div.DivClassName
{
background-color: #878ABB;
}
.BgClassName
{
background-color: #878ABB;
}
</style>
border-color css
<style>
span { border-color: #878ABB; }
span { border-color: rgb(135,138,187); }
td.TdClassName
{
border-color: #878ABB;
}
.TagClassName
{
border-color: #878ABB;
}
</style>