Shades of Wild Blue Yonder #868CBF
Tints of Wild Blue Yonder #868CBF
RGB
CMYK
RGB Variations
Color information
#868CBF (or 0x868CBF) is known color: Wild Blue Yonder. HEX triplet: 86, 8C and BF. RGB value is (134,140,191). Sum of RGB (Red+Green+Blue) = 134+140+191=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #868CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CBF is #797340. Grayscale: #8F8F8F. Windows color (decimal): -7959361 or 12553350. OLE color: 12553350.
HSL color Cylindrical-coordinate representation of color #868CBF: hue angle of 233.68º 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 #868CBF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 140 | 191 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.25 |
| HSL | 233.68º | 0.31% | 0.64% | - |
| HSV(B) | 233.68º | 0.3% | 0.75% | - |
| XYZ | 28.61 | 27.59 | 53.11 | - |
| YUV | 144.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 191 | 0.30 | 0.27 | 0 | 0.25 | 233.68 | 0.31 | 0.64 |
| Hex | 86 | 8C | BF | 1E | 1B | 0 | 19 | EA | 1F | 40 |
| Octal | 206 | 214 | 277 | 36 | 33 | 0 | 31 | 352 | 37 | 100 |
| Binary | 10000110 | 10001100 | 10111111 | 11110 | 11011 | 0 | 11001 | 11101010 | 11111 | 1000000 |
Color Harmonies of #868CBF
Complementary color
Monochromatic Colors of #868CBF
Black with #868CBF
Text Example
Text Example
White with #868CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CBF; }
p { color: rgb(134,140,191); }
H1.HeaderClassName
{
color: #868CBF;
}
.AnyTagClassName
{
color: #868CBF;
}
</style>
background-color css
<style>
a { background-color: #868CBF; }
a { background-color: rgb(134,140,191); }
div.DivClassName
{
background-color: #868CBF;
}
.BgClassName
{
background-color: #868CBF;
}
</style>
border-color css
<style>
span { border-color: #868CBF; }
span { border-color: rgb(134,140,191); }
td.TdClassName
{
border-color: #868CBF;
}
.TagClassName
{
border-color: #868CBF;
}
</style>