Shades of Wild Blue Yonder #868BBC
Tints of Wild Blue Yonder #868BBC
RGB
CMYK
RGB Variations
Color information
#868BBC (or 0x868BBC) is known color: Wild Blue Yonder. HEX triplet: 86, 8B and BC. RGB value is (134,139,188). Sum of RGB (Red+Green+Blue) = 134+139+188=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #868BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868BBC is #797443. Grayscale: #8E8E8E. Windows color (decimal): -7959620 or 12356486. OLE color: 12356486.
HSL color Cylindrical-coordinate representation of color #868BBC: hue angle of 234.44º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #868BBC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 139 | 188 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.26 |
| HSL | 234.44º | 0.29% | 0.63% | - |
| HSV(B) | 234.44º | 0.29% | 0.74% | - |
| XYZ | 28.14 | 27.16 | 51.34 | - |
| YUV | 143.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 188 | 0.29 | 0.26 | 0 | 0.26 | 234.44 | 0.29 | 0.63 |
| Hex | 86 | 8B | BC | 1D | 1A | 0 | 1A | EA | 1D | 3F |
| Octal | 206 | 213 | 274 | 35 | 32 | 0 | 32 | 352 | 35 | 77 |
| Binary | 10000110 | 10001011 | 10111100 | 11101 | 11010 | 0 | 11010 | 11101010 | 11101 | 111111 |
Color Harmonies of #868BBC
Complementary color
Monochromatic Colors of #868BBC
Black with #868BBC
Text Example
Text Example
White with #868BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868BBC; }
p { color: rgb(134,139,188); }
H1.HeaderClassName
{
color: #868BBC;
}
.AnyTagClassName
{
color: #868BBC;
}
</style>
background-color css
<style>
a { background-color: #868BBC; }
a { background-color: rgb(134,139,188); }
div.DivClassName
{
background-color: #868BBC;
}
.BgClassName
{
background-color: #868BBC;
}
</style>
border-color css
<style>
span { border-color: #868BBC; }
span { border-color: rgb(134,139,188); }
td.TdClassName
{
border-color: #868BBC;
}
.TagClassName
{
border-color: #868BBC;
}
</style>