Shades of Wild Blue Yonder #878CC1
Tints of Wild Blue Yonder #878CC1
RGB
CMYK
RGB Variations
Color information
#878CC1 (or 0x878CC1) is known color: Wild Blue Yonder. HEX triplet: 87, 8C and C1. RGB value is (135,140,193). Sum of RGB (Red+Green+Blue) = 135+140+193=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #878CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CC1 is #78733E. Grayscale: #909090. Windows color (decimal): -7893823 or 12684423. OLE color: 12684423.
HSL color Cylindrical-coordinate representation of color #878CC1: hue angle of 234.83º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #878CC1 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 140 | 193 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.24 |
| HSL | 234.83º | 0.32% | 0.64% | - |
| HSV(B) | 234.83º | 0.3% | 0.76% | - |
| XYZ | 29 | 27.76 | 54.28 | - |
| YUV | 144.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 193 | 0.30 | 0.27 | 0 | 0.24 | 234.83 | 0.32 | 0.64 |
| Hex | 87 | 8C | C1 | 1E | 1B | 0 | 18 | EB | 20 | 40 |
| Octal | 207 | 214 | 301 | 36 | 33 | 0 | 30 | 353 | 40 | 100 |
| Binary | 10000111 | 10001100 | 11000001 | 11110 | 11011 | 0 | 11000 | 11101011 | 100000 | 1000000 |
Color Harmonies of #878CC1
Complementary color
Monochromatic Colors of #878CC1
Black with #878CC1
Text Example
Text Example
White with #878CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878CC1; }
p { color: rgb(135,140,193); }
H1.HeaderClassName
{
color: #878CC1;
}
.AnyTagClassName
{
color: #878CC1;
}
</style>
background-color css
<style>
a { background-color: #878CC1; }
a { background-color: rgb(135,140,193); }
div.DivClassName
{
background-color: #878CC1;
}
.BgClassName
{
background-color: #878CC1;
}
</style>
border-color css
<style>
span { border-color: #878CC1; }
span { border-color: rgb(135,140,193); }
td.TdClassName
{
border-color: #878CC1;
}
.TagClassName
{
border-color: #878CC1;
}
</style>