Shades of Wild Blue Yonder #878CB3
Tints of Wild Blue Yonder #878CB3
RGB
CMYK
RGB Variations
Color information
#878CB3 (or 0x878CB3) is known color: Wild Blue Yonder. HEX triplet: 87, 8C and B3. RGB value is (135,140,179). Sum of RGB (Red+Green+Blue) = 135+140+179=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 179 - color contains mainly: blue. Hex color #878CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CB3 is #78734C. Grayscale: #8E8E8E. Windows color (decimal): -7893837 or 11766919. OLE color: 11766919.
HSL color Cylindrical-coordinate representation of color #878CB3: hue angle of 233.18º 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 #878CB3 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 140 | 179 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.30 |
| HSL | 233.18º | 0.22% | 0.62% | - |
| HSV(B) | 233.18º | 0.25% | 0.7% | - |
| XYZ | 27.51 | 27.16 | 46.44 | - |
| YUV | 142.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 179 | 0.25 | 0.22 | 0 | 0.30 | 233.18 | 0.22 | 0.62 |
| Hex | 87 | 8C | B3 | 19 | 16 | 0 | 1E | E9 | 16 | 3E |
| Octal | 207 | 214 | 263 | 31 | 26 | 0 | 36 | 351 | 26 | 76 |
| Binary | 10000111 | 10001100 | 10110011 | 11001 | 10110 | 0 | 11110 | 11101001 | 10110 | 111110 |
Color Harmonies of #878CB3
Complementary color
Monochromatic Colors of #878CB3
Black with #878CB3
Text Example
Text Example
White with #878CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878CB3; }
p { color: rgb(135,140,179); }
H1.HeaderClassName
{
color: #878CB3;
}
.AnyTagClassName
{
color: #878CB3;
}
</style>
background-color css
<style>
a { background-color: #878CB3; }
a { background-color: rgb(135,140,179); }
div.DivClassName
{
background-color: #878CB3;
}
.BgClassName
{
background-color: #878CB3;
}
</style>
border-color css
<style>
span { border-color: #878CB3; }
span { border-color: rgb(135,140,179); }
td.TdClassName
{
border-color: #878CB3;
}
.TagClassName
{
border-color: #878CB3;
}
</style>