Shades of Wild Blue Yonder #868BBF
Tints of Wild Blue Yonder #868BBF
RGB
CMYK
RGB Variations
Color information
#868BBF (or 0x868BBF) is known color: Wild Blue Yonder. HEX triplet: 86, 8B and BF. RGB value is (134,139,191). Sum of RGB (Red+Green+Blue) = 134+139+191=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #868BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868BBF is #797440. Grayscale: #8F8F8F. Windows color (decimal): -7959617 or 12553094. OLE color: 12553094.
HSL color Cylindrical-coordinate representation of color #868BBF: hue angle of 234.74º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #868BBF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 139 | 191 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.25 |
| HSL | 234.74º | 0.31% | 0.64% | - |
| HSV(B) | 234.74º | 0.3% | 0.75% | - |
| XYZ | 28.47 | 27.3 | 53.06 | - |
| YUV | 143.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 191 | 0.30 | 0.27 | 0 | 0.25 | 234.74 | 0.31 | 0.64 |
| Hex | 86 | 8B | BF | 1E | 1B | 0 | 19 | EB | 1F | 40 |
| Octal | 206 | 213 | 277 | 36 | 33 | 0 | 31 | 353 | 37 | 100 |
| Binary | 10000110 | 10001011 | 10111111 | 11110 | 11011 | 0 | 11001 | 11101011 | 11111 | 1000000 |
Color Harmonies of #868BBF
Complementary color
Monochromatic Colors of #868BBF
Black with #868BBF
Text Example
Text Example
White with #868BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868BBF; }
p { color: rgb(134,139,191); }
H1.HeaderClassName
{
color: #868BBF;
}
.AnyTagClassName
{
color: #868BBF;
}
</style>
background-color css
<style>
a { background-color: #868BBF; }
a { background-color: rgb(134,139,191); }
div.DivClassName
{
background-color: #868BBF;
}
.BgClassName
{
background-color: #868BBF;
}
</style>
border-color css
<style>
span { border-color: #868BBF; }
span { border-color: rgb(134,139,191); }
td.TdClassName
{
border-color: #868BBF;
}
.TagClassName
{
border-color: #868BBF;
}
</style>