Shades of Wild Blue Yonder #868CC0
Tints of Wild Blue Yonder #868CC0
RGB
CMYK
RGB Variations
Color information
#868CC0 (or 0x868CC0) is known color: Wild Blue Yonder. HEX triplet: 86, 8C and C0. RGB value is (134,140,192). Sum of RGB (Red+Green+Blue) = 134+140+192=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #868CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CC0 is #79733F. Grayscale: #8F8F8F. Windows color (decimal): -7959360 or 12618886. OLE color: 12618886.
HSL color Cylindrical-coordinate representation of color #868CC0: hue angle of 233.79º 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 #868CC0 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 140 | 192 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.25 |
| HSL | 233.79º | 0.32% | 0.64% | - |
| HSV(B) | 233.79º | 0.3% | 0.75% | - |
| XYZ | 28.72 | 27.63 | 53.69 | - |
| YUV | 144.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 192 | 0.30 | 0.27 | 0 | 0.25 | 233.79 | 0.32 | 0.64 |
| Hex | 86 | 8C | C0 | 1E | 1B | 0 | 19 | EA | 20 | 40 |
| Octal | 206 | 214 | 300 | 36 | 33 | 0 | 31 | 352 | 40 | 100 |
| Binary | 10000110 | 10001100 | 11000000 | 11110 | 11011 | 0 | 11001 | 11101010 | 100000 | 1000000 |
Color Harmonies of #868CC0
Complementary color
Monochromatic Colors of #868CC0
Black with #868CC0
Text Example
Text Example
White with #868CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CC0; }
p { color: rgb(134,140,192); }
H1.HeaderClassName
{
color: #868CC0;
}
.AnyTagClassName
{
color: #868CC0;
}
</style>
background-color css
<style>
a { background-color: #868CC0; }
a { background-color: rgb(134,140,192); }
div.DivClassName
{
background-color: #868CC0;
}
.BgClassName
{
background-color: #868CC0;
}
</style>
border-color css
<style>
span { border-color: #868CC0; }
span { border-color: rgb(134,140,192); }
td.TdClassName
{
border-color: #868CC0;
}
.TagClassName
{
border-color: #868CC0;
}
</style>