Shades of Wild Blue Yonder #878AC1
Tints of Wild Blue Yonder #878AC1
RGB
CMYK
RGB Variations
Color information
#878AC1 (or 0x878AC1) is known color: Wild Blue Yonder. HEX triplet: 87, 8A and C1. RGB value is (135,138,193). Sum of RGB (Red+Green+Blue) = 135+138+193=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #878AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878AC1 is #78753E. Grayscale: #8F8F8F. Windows color (decimal): -7894335 or 12683911. OLE color: 12683911.
HSL color Cylindrical-coordinate representation of color #878AC1: hue angle of 236.9º 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 #878AC1 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 138 | 193 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.24 |
| HSL | 236.9º | 0.32% | 0.64% | - |
| HSV(B) | 236.9º | 0.3% | 0.76% | - |
| XYZ | 28.71 | 27.18 | 54.19 | - |
| YUV | 143.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 193 | 0.30 | 0.28 | 0 | 0.24 | 236.9 | 0.32 | 0.64 |
| Hex | 87 | 8A | C1 | 1E | 1C | 0 | 18 | ED | 20 | 40 |
| Octal | 207 | 212 | 301 | 36 | 34 | 0 | 30 | 355 | 40 | 100 |
| Binary | 10000111 | 10001010 | 11000001 | 11110 | 11100 | 0 | 11000 | 11101101 | 100000 | 1000000 |
Color Harmonies of #878AC1
Complementary color
Monochromatic Colors of #878AC1
Black with #878AC1
Text Example
Text Example
White with #878AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878AC1; }
p { color: rgb(135,138,193); }
H1.HeaderClassName
{
color: #878AC1;
}
.AnyTagClassName
{
color: #878AC1;
}
</style>
background-color css
<style>
a { background-color: #878AC1; }
a { background-color: rgb(135,138,193); }
div.DivClassName
{
background-color: #878AC1;
}
.BgClassName
{
background-color: #878AC1;
}
</style>
border-color css
<style>
span { border-color: #878AC1; }
span { border-color: rgb(135,138,193); }
td.TdClassName
{
border-color: #878AC1;
}
.TagClassName
{
border-color: #878AC1;
}
</style>