Shades of Wild Blue Yonder #868FB6
Tints of Wild Blue Yonder #868FB6
RGB
CMYK
RGB Variations
Color information
#868FB6 (or 0x868FB6) is known color: Wild Blue Yonder. HEX triplet: 86, 8F and B6. RGB value is (134,143,182). Sum of RGB (Red+Green+Blue) = 134+143+182=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 182 - color contains mainly: blue. Hex color #868FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FB6 is #797049. Grayscale: #909090. Windows color (decimal): -7958602 or 11964294. OLE color: 11964294.
HSL color Cylindrical-coordinate representation of color #868FB6: hue angle of 228.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #868FB6 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 143 | 182 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.29 |
| HSL | 228.75º | 0.25% | 0.62% | - |
| HSV(B) | 228.75º | 0.26% | 0.71% | - |
| XYZ | 28.1 | 28.09 | 48.2 | - |
| YUV | 144.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 143 | 182 | 0.26 | 0.21 | 0 | 0.29 | 228.75 | 0.25 | 0.62 |
| Hex | 86 | 8F | B6 | 1A | 15 | 0 | 1D | E5 | 19 | 3E |
| Octal | 206 | 217 | 266 | 32 | 25 | 0 | 35 | 345 | 31 | 76 |
| Binary | 10000110 | 10001111 | 10110110 | 11010 | 10101 | 0 | 11101 | 11100101 | 11001 | 111110 |
Color Harmonies of #868FB6
Complementary color
Monochromatic Colors of #868FB6
Black with #868FB6
Text Example
Text Example
White with #868FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868FB6; }
p { color: rgb(134,143,182); }
H1.HeaderClassName
{
color: #868FB6;
}
.AnyTagClassName
{
color: #868FB6;
}
</style>
background-color css
<style>
a { background-color: #868FB6; }
a { background-color: rgb(134,143,182); }
div.DivClassName
{
background-color: #868FB6;
}
.BgClassName
{
background-color: #868FB6;
}
</style>
border-color css
<style>
span { border-color: #868FB6; }
span { border-color: rgb(134,143,182); }
td.TdClassName
{
border-color: #868FB6;
}
.TagClassName
{
border-color: #868FB6;
}
</style>