Shades of Wild Blue Yonder #878AB3
Tints of Wild Blue Yonder #878AB3
RGB
CMYK
RGB Variations
Color information
#878AB3 (or 0x878AB3) is known color: Wild Blue Yonder. HEX triplet: 87, 8A and B3. RGB value is (135,138,179). Sum of RGB (Red+Green+Blue) = 135+138+179=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 179 - color contains mainly: blue. Hex color #878AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878AB3 is #78754C. Grayscale: #8D8D8D. Windows color (decimal): -7894349 or 11766407. OLE color: 11766407.
HSL color Cylindrical-coordinate representation of color #878AB3: hue angle of 235.91º 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 #878AB3 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 138 | 179 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.30 |
| HSL | 235.91º | 0.22% | 0.62% | - |
| HSV(B) | 235.91º | 0.25% | 0.7% | - |
| XYZ | 27.22 | 26.58 | 46.34 | - |
| YUV | 141.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 179 | 0.25 | 0.23 | 0 | 0.30 | 235.91 | 0.22 | 0.62 |
| Hex | 87 | 8A | B3 | 19 | 17 | 0 | 1E | EC | 16 | 3E |
| Octal | 207 | 212 | 263 | 31 | 27 | 0 | 36 | 354 | 26 | 76 |
| Binary | 10000111 | 10001010 | 10110011 | 11001 | 10111 | 0 | 11110 | 11101100 | 10110 | 111110 |
Color Harmonies of #878AB3
Complementary color
Monochromatic Colors of #878AB3
Black with #878AB3
Text Example
Text Example
White with #878AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878AB3; }
p { color: rgb(135,138,179); }
H1.HeaderClassName
{
color: #878AB3;
}
.AnyTagClassName
{
color: #878AB3;
}
</style>
background-color css
<style>
a { background-color: #878AB3; }
a { background-color: rgb(135,138,179); }
div.DivClassName
{
background-color: #878AB3;
}
.BgClassName
{
background-color: #878AB3;
}
</style>
border-color css
<style>
span { border-color: #878AB3; }
span { border-color: rgb(135,138,179); }
td.TdClassName
{
border-color: #878AB3;
}
.TagClassName
{
border-color: #878AB3;
}
</style>