Shades of Wild Blue Yonder #868CBD
Tints of Wild Blue Yonder #868CBD
RGB
CMYK
RGB Variations
Color information
#868CBD (or 0x868CBD) is known color: Wild Blue Yonder. HEX triplet: 86, 8C and BD. RGB value is (134,140,189). Sum of RGB (Red+Green+Blue) = 134+140+189=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #868CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CBD is #797342. Grayscale: #8F8F8F. Windows color (decimal): -7959363 or 12422278. OLE color: 12422278.
HSL color Cylindrical-coordinate representation of color #868CBD: hue angle of 233.45º 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 #868CBD is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 140 | 189 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.26 |
| HSL | 233.45º | 0.29% | 0.63% | - |
| HSV(B) | 233.45º | 0.29% | 0.74% | - |
| XYZ | 28.39 | 27.5 | 51.96 | - |
| YUV | 143.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 189 | 0.29 | 0.26 | 0 | 0.26 | 233.45 | 0.29 | 0.63 |
| Hex | 86 | 8C | BD | 1D | 1A | 0 | 1A | E9 | 1D | 3F |
| Octal | 206 | 214 | 275 | 35 | 32 | 0 | 32 | 351 | 35 | 77 |
| Binary | 10000110 | 10001100 | 10111101 | 11101 | 11010 | 0 | 11010 | 11101001 | 11101 | 111111 |
Color Harmonies of #868CBD
Complementary color
Monochromatic Colors of #868CBD
Black with #868CBD
Text Example
Text Example
White with #868CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CBD; }
p { color: rgb(134,140,189); }
H1.HeaderClassName
{
color: #868CBD;
}
.AnyTagClassName
{
color: #868CBD;
}
</style>
background-color css
<style>
a { background-color: #868CBD; }
a { background-color: rgb(134,140,189); }
div.DivClassName
{
background-color: #868CBD;
}
.BgClassName
{
background-color: #868CBD;
}
</style>
border-color css
<style>
span { border-color: #868CBD; }
span { border-color: rgb(134,140,189); }
td.TdClassName
{
border-color: #868CBD;
}
.TagClassName
{
border-color: #868CBD;
}
</style>