Shades of Wild Blue Yonder #868AC0
Tints of Wild Blue Yonder #868AC0
RGB
CMYK
RGB Variations
Color information
#868AC0 (or 0x868AC0) is known color: Wild Blue Yonder. HEX triplet: 86, 8A and C0. RGB value is (134,138,192). Sum of RGB (Red+Green+Blue) = 134+138+192=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #868AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868AC0 is #79753F. Grayscale: #8E8E8E. Windows color (decimal): -7959872 or 12618374. OLE color: 12618374.
HSL color Cylindrical-coordinate representation of color #868AC0: hue angle of 235.86º degrees, saturation: 0.32, 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 #868AC0 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 138 | 192 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.25 |
| HSL | 235.86º | 0.32% | 0.64% | - |
| HSV(B) | 235.86º | 0.3% | 0.75% | - |
| XYZ | 28.43 | 27.05 | 53.59 | - |
| YUV | 142.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 192 | 0.30 | 0.28 | 0 | 0.25 | 235.86 | 0.32 | 0.64 |
| Hex | 86 | 8A | C0 | 1E | 1C | 0 | 19 | EC | 20 | 40 |
| Octal | 206 | 212 | 300 | 36 | 34 | 0 | 31 | 354 | 40 | 100 |
| Binary | 10000110 | 10001010 | 11000000 | 11110 | 11100 | 0 | 11001 | 11101100 | 100000 | 1000000 |
Color Harmonies of #868AC0
Complementary color
Monochromatic Colors of #868AC0
Black with #868AC0
Text Example
Text Example
White with #868AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868AC0; }
p { color: rgb(134,138,192); }
H1.HeaderClassName
{
color: #868AC0;
}
.AnyTagClassName
{
color: #868AC0;
}
</style>
background-color css
<style>
a { background-color: #868AC0; }
a { background-color: rgb(134,138,192); }
div.DivClassName
{
background-color: #868AC0;
}
.BgClassName
{
background-color: #868AC0;
}
</style>
border-color css
<style>
span { border-color: #868AC0; }
span { border-color: rgb(134,138,192); }
td.TdClassName
{
border-color: #868AC0;
}
.TagClassName
{
border-color: #868AC0;
}
</style>