Shades of Wild Blue Yonder #868ABD
Tints of Wild Blue Yonder #868ABD
RGB
CMYK
RGB Variations
Color information
#868ABD (or 0x868ABD) is known color: Wild Blue Yonder. HEX triplet: 86, 8A and BD. RGB value is (134,138,189). Sum of RGB (Red+Green+Blue) = 134+138+189=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #868ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ABD is #797542. Grayscale: #8E8E8E. Windows color (decimal): -7959875 or 12421766. OLE color: 12421766.
HSL color Cylindrical-coordinate representation of color #868ABD: hue angle of 235.64º 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 #868ABD is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 138 | 189 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.26 |
| HSL | 235.64º | 0.29% | 0.63% | - |
| HSV(B) | 235.64º | 0.29% | 0.74% | - |
| XYZ | 28.11 | 26.92 | 51.86 | - |
| YUV | 142.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 189 | 0.29 | 0.27 | 0 | 0.26 | 235.64 | 0.29 | 0.63 |
| Hex | 86 | 8A | BD | 1D | 1B | 0 | 1A | EC | 1D | 3F |
| Octal | 206 | 212 | 275 | 35 | 33 | 0 | 32 | 354 | 35 | 77 |
| Binary | 10000110 | 10001010 | 10111101 | 11101 | 11011 | 0 | 11010 | 11101100 | 11101 | 111111 |
Color Harmonies of #868ABD
Complementary color
Monochromatic Colors of #868ABD
Black with #868ABD
Text Example
Text Example
White with #868ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868ABD; }
p { color: rgb(134,138,189); }
H1.HeaderClassName
{
color: #868ABD;
}
.AnyTagClassName
{
color: #868ABD;
}
</style>
background-color css
<style>
a { background-color: #868ABD; }
a { background-color: rgb(134,138,189); }
div.DivClassName
{
background-color: #868ABD;
}
.BgClassName
{
background-color: #868ABD;
}
</style>
border-color css
<style>
span { border-color: #868ABD; }
span { border-color: rgb(134,138,189); }
td.TdClassName
{
border-color: #868ABD;
}
.TagClassName
{
border-color: #868ABD;
}
</style>