Shades of Wild Blue Yonder #878FC3
Tints of Wild Blue Yonder #878FC3
RGB
CMYK
RGB Variations
Color information
#878FC3 (or 0x878FC3) is known color: Wild Blue Yonder. HEX triplet: 87, 8F and C3. RGB value is (135,143,195). Sum of RGB (Red+Green+Blue) = 135+143+195=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #878FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FC3 is #78703C. Grayscale: #929292. Windows color (decimal): -7893053 or 12816263. OLE color: 12816263.
HSL color Cylindrical-coordinate representation of color #878FC3: hue angle of 232º 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 #878FC3 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 143 | 195 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.24 |
| HSL | 232º | 0.33% | 0.65% | - |
| HSV(B) | 232º | 0.31% | 0.76% | - |
| XYZ | 29.66 | 28.74 | 55.61 | - |
| YUV | 146.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 195 | 0.31 | 0.27 | 0 | 0.24 | 232 | 0.33 | 0.65 |
| Hex | 87 | 8F | C3 | 1F | 1B | 0 | 18 | E8 | 21 | 41 |
| Octal | 207 | 217 | 303 | 37 | 33 | 0 | 30 | 350 | 41 | 101 |
| Binary | 10000111 | 10001111 | 11000011 | 11111 | 11011 | 0 | 11000 | 11101000 | 100001 | 1000001 |
Color Harmonies of #878FC3
Complementary color
Monochromatic Colors of #878FC3
Black with #878FC3
Text Example
Text Example
White with #878FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878FC3; }
p { color: rgb(135,143,195); }
H1.HeaderClassName
{
color: #878FC3;
}
.AnyTagClassName
{
color: #878FC3;
}
</style>
background-color css
<style>
a { background-color: #878FC3; }
a { background-color: rgb(135,143,195); }
div.DivClassName
{
background-color: #878FC3;
}
.BgClassName
{
background-color: #878FC3;
}
</style>
border-color css
<style>
span { border-color: #878FC3; }
span { border-color: rgb(135,143,195); }
td.TdClassName
{
border-color: #878FC3;
}
.TagClassName
{
border-color: #878FC3;
}
</style>