Shades of Wild Blue Yonder #878CC0
Tints of Wild Blue Yonder #878CC0
RGB
CMYK
RGB Variations
Color information
#878CC0 (or 0x878CC0) is known color: Wild Blue Yonder. HEX triplet: 87, 8C and C0. RGB value is (135,140,192). Sum of RGB (Red+Green+Blue) = 135+140+192=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #878CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CC0 is #78733F. Grayscale: #909090. Windows color (decimal): -7893824 or 12618887. OLE color: 12618887.
HSL color Cylindrical-coordinate representation of color #878CC0: hue angle of 234.74º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #878CC0 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 140 | 192 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.25 |
| HSL | 234.74º | 0.31% | 0.64% | - |
| HSV(B) | 234.74º | 0.3% | 0.75% | - |
| XYZ | 28.88 | 27.71 | 53.7 | - |
| YUV | 144.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 192 | 0.30 | 0.27 | 0 | 0.25 | 234.74 | 0.31 | 0.64 |
| Hex | 87 | 8C | C0 | 1E | 1B | 0 | 19 | EB | 1F | 40 |
| Octal | 207 | 214 | 300 | 36 | 33 | 0 | 31 | 353 | 37 | 100 |
| Binary | 10000111 | 10001100 | 11000000 | 11110 | 11011 | 0 | 11001 | 11101011 | 11111 | 1000000 |
Color Harmonies of #878CC0
Complementary color
Monochromatic Colors of #878CC0
Black with #878CC0
Text Example
Text Example
White with #878CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878CC0; }
p { color: rgb(135,140,192); }
H1.HeaderClassName
{
color: #878CC0;
}
.AnyTagClassName
{
color: #878CC0;
}
</style>
background-color css
<style>
a { background-color: #878CC0; }
a { background-color: rgb(135,140,192); }
div.DivClassName
{
background-color: #878CC0;
}
.BgClassName
{
background-color: #878CC0;
}
</style>
border-color css
<style>
span { border-color: #878CC0; }
span { border-color: rgb(135,140,192); }
td.TdClassName
{
border-color: #878CC0;
}
.TagClassName
{
border-color: #878CC0;
}
</style>