Shades of Wild Blue Yonder #868FB0
Tints of Wild Blue Yonder #868FB0
RGB
CMYK
RGB Variations
Color information
#868FB0 (or 0x868FB0) is known color: Wild Blue Yonder. HEX triplet: 86, 8F and B0. RGB value is (134,143,176). Sum of RGB (Red+Green+Blue) = 134+143+176=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 176 - color contains mainly: blue. Hex color #868FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868FB0 is #79704F. Grayscale: #8F8F8F. Windows color (decimal): -7958608 or 11571078. OLE color: 11571078.
HSL color Cylindrical-coordinate representation of color #868FB0: hue angle of 227.14º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #868FB0 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 143 | 176 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.31 |
| HSL | 227.14º | 0.21% | 0.61% | - |
| HSV(B) | 227.14º | 0.24% | 0.69% | - |
| XYZ | 27.49 | 27.85 | 45 | - |
| YUV | 144.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 143 | 176 | 0.24 | 0.19 | 0 | 0.31 | 227.14 | 0.21 | 0.61 |
| Hex | 86 | 8F | B0 | 18 | 13 | 0 | 1F | E3 | 15 | 3D |
| Octal | 206 | 217 | 260 | 30 | 23 | 0 | 37 | 343 | 25 | 75 |
| Binary | 10000110 | 10001111 | 10110000 | 11000 | 10011 | 0 | 11111 | 11100011 | 10101 | 111101 |
Color Harmonies of #868FB0
Complementary color
Monochromatic Colors of #868FB0
Black with #868FB0
Text Example
Text Example
White with #868FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868FB0; }
p { color: rgb(134,143,176); }
H1.HeaderClassName
{
color: #868FB0;
}
.AnyTagClassName
{
color: #868FB0;
}
</style>
background-color css
<style>
a { background-color: #868FB0; }
a { background-color: rgb(134,143,176); }
div.DivClassName
{
background-color: #868FB0;
}
.BgClassName
{
background-color: #868FB0;
}
</style>
border-color css
<style>
span { border-color: #868FB0; }
span { border-color: rgb(134,143,176); }
td.TdClassName
{
border-color: #868FB0;
}
.TagClassName
{
border-color: #868FB0;
}
</style>