Shades of Wild Blue Yonder #878DB3
Tints of Wild Blue Yonder #878DB3
RGB
CMYK
RGB Variations
Color information
#878DB3 (or 0x878DB3) is known color: Wild Blue Yonder. HEX triplet: 87, 8D and B3. RGB value is (135,141,179). Sum of RGB (Red+Green+Blue) = 135+141+179=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #878DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DB3 is #78724C. Grayscale: #8F8F8F. Windows color (decimal): -7893581 or 11767175. OLE color: 11767175.
HSL color Cylindrical-coordinate representation of color #878DB3: hue angle of 231.82º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #878DB3 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 141 | 179 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.30 |
| HSL | 231.82º | 0.22% | 0.62% | - |
| HSV(B) | 231.82º | 0.25% | 0.7% | - |
| XYZ | 27.65 | 27.46 | 46.49 | - |
| YUV | 143.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 179 | 0.25 | 0.21 | 0 | 0.30 | 231.82 | 0.22 | 0.62 |
| Hex | 87 | 8D | B3 | 19 | 15 | 0 | 1E | E8 | 16 | 3E |
| Octal | 207 | 215 | 263 | 31 | 25 | 0 | 36 | 350 | 26 | 76 |
| Binary | 10000111 | 10001101 | 10110011 | 11001 | 10101 | 0 | 11110 | 11101000 | 10110 | 111110 |
Color Harmonies of #878DB3
Complementary color
Monochromatic Colors of #878DB3
Black with #878DB3
Text Example
Text Example
White with #878DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DB3; }
p { color: rgb(135,141,179); }
H1.HeaderClassName
{
color: #878DB3;
}
.AnyTagClassName
{
color: #878DB3;
}
</style>
background-color css
<style>
a { background-color: #878DB3; }
a { background-color: rgb(135,141,179); }
div.DivClassName
{
background-color: #878DB3;
}
.BgClassName
{
background-color: #878DB3;
}
</style>
border-color css
<style>
span { border-color: #878DB3; }
span { border-color: rgb(135,141,179); }
td.TdClassName
{
border-color: #878DB3;
}
.TagClassName
{
border-color: #878DB3;
}
</style>