Shades of Wild Blue Yonder #878DB4
Tints of Wild Blue Yonder #878DB4
RGB
CMYK
RGB Variations
Color information
#878DB4 (or 0x878DB4) is known color: Wild Blue Yonder. HEX triplet: 87, 8D and B4. RGB value is (135,141,180). Sum of RGB (Red+Green+Blue) = 135+141+180=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #878DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DB4 is #78724B. Grayscale: #8F8F8F. Windows color (decimal): -7893580 or 11832711. OLE color: 11832711.
HSL color Cylindrical-coordinate representation of color #878DB4: hue angle of 232º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #878DB4 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 141 | 180 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.29 |
| HSL | 232º | 0.23% | 0.62% | - |
| HSV(B) | 232º | 0.25% | 0.71% | - |
| XYZ | 27.75 | 27.5 | 47.02 | - |
| YUV | 143.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 180 | 0.25 | 0.22 | 0 | 0.29 | 232 | 0.23 | 0.62 |
| Hex | 87 | 8D | B4 | 19 | 16 | 0 | 1D | E8 | 17 | 3E |
| Octal | 207 | 215 | 264 | 31 | 26 | 0 | 35 | 350 | 27 | 76 |
| Binary | 10000111 | 10001101 | 10110100 | 11001 | 10110 | 0 | 11101 | 11101000 | 10111 | 111110 |
Color Harmonies of #878DB4
Complementary color
Monochromatic Colors of #878DB4
Black with #878DB4
Text Example
Text Example
White with #878DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DB4; }
p { color: rgb(135,141,180); }
H1.HeaderClassName
{
color: #878DB4;
}
.AnyTagClassName
{
color: #878DB4;
}
</style>
background-color css
<style>
a { background-color: #878DB4; }
a { background-color: rgb(135,141,180); }
div.DivClassName
{
background-color: #878DB4;
}
.BgClassName
{
background-color: #878DB4;
}
</style>
border-color css
<style>
span { border-color: #878DB4; }
span { border-color: rgb(135,141,180); }
td.TdClassName
{
border-color: #878DB4;
}
.TagClassName
{
border-color: #878DB4;
}
</style>