Shades of Wild Blue Yonder #878DC3
Tints of Wild Blue Yonder #878DC3
RGB
CMYK
RGB Variations
Color information
#878DC3 (or 0x878DC3) is known color: Wild Blue Yonder. HEX triplet: 87, 8D and C3. RGB value is (135,141,195). Sum of RGB (Red+Green+Blue) = 135+141+195=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #878DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DC3 is #78723C. Grayscale: #919191. Windows color (decimal): -7893565 or 12815751. OLE color: 12815751.
HSL color Cylindrical-coordinate representation of color #878DC3: hue angle of 234º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #878DC3 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 141 | 195 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.24 |
| HSL | 234º | 0.33% | 0.65% | - |
| HSV(B) | 234º | 0.31% | 0.76% | - |
| XYZ | 29.37 | 28.14 | 55.51 | - |
| YUV | 145.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 195 | 0.31 | 0.28 | 0 | 0.24 | 234 | 0.33 | 0.65 |
| Hex | 87 | 8D | C3 | 1F | 1C | 0 | 18 | EA | 21 | 41 |
| Octal | 207 | 215 | 303 | 37 | 34 | 0 | 30 | 352 | 41 | 101 |
| Binary | 10000111 | 10001101 | 11000011 | 11111 | 11100 | 0 | 11000 | 11101010 | 100001 | 1000001 |
Color Harmonies of #878DC3
Complementary color
Monochromatic Colors of #878DC3
Black with #878DC3
Text Example
Text Example
White with #878DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DC3; }
p { color: rgb(135,141,195); }
H1.HeaderClassName
{
color: #878DC3;
}
.AnyTagClassName
{
color: #878DC3;
}
</style>
background-color css
<style>
a { background-color: #878DC3; }
a { background-color: rgb(135,141,195); }
div.DivClassName
{
background-color: #878DC3;
}
.BgClassName
{
background-color: #878DC3;
}
</style>
border-color css
<style>
span { border-color: #878DC3; }
span { border-color: rgb(135,141,195); }
td.TdClassName
{
border-color: #878DC3;
}
.TagClassName
{
border-color: #878DC3;
}
</style>