Shades of Wild Blue Yonder #868AB4
Tints of Wild Blue Yonder #868AB4
RGB
CMYK
RGB Variations
Color information
#868AB4 (or 0x868AB4) is known color: Wild Blue Yonder. HEX triplet: 86, 8A and B4. RGB value is (134,138,180). Sum of RGB (Red+Green+Blue) = 134+138+180=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #868AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868AB4 is #79754B. Grayscale: #8D8D8D. Windows color (decimal): -7959884 or 11831942. OLE color: 11831942.
HSL color Cylindrical-coordinate representation of color #868AB4: hue angle of 234.78º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #868AB4 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 138 | 180 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.29 |
| HSL | 234.78º | 0.23% | 0.62% | - |
| HSV(B) | 234.78º | 0.26% | 0.71% | - |
| XYZ | 27.16 | 26.54 | 46.87 | - |
| YUV | 141.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 180 | 0.26 | 0.23 | 0 | 0.29 | 234.78 | 0.23 | 0.62 |
| Hex | 86 | 8A | B4 | 1A | 17 | 0 | 1D | EB | 17 | 3E |
| Octal | 206 | 212 | 264 | 32 | 27 | 0 | 35 | 353 | 27 | 76 |
| Binary | 10000110 | 10001010 | 10110100 | 11010 | 10111 | 0 | 11101 | 11101011 | 10111 | 111110 |
Color Harmonies of #868AB4
Complementary color
Monochromatic Colors of #868AB4
Black with #868AB4
Text Example
Text Example
White with #868AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868AB4; }
p { color: rgb(134,138,180); }
H1.HeaderClassName
{
color: #868AB4;
}
.AnyTagClassName
{
color: #868AB4;
}
</style>
background-color css
<style>
a { background-color: #868AB4; }
a { background-color: rgb(134,138,180); }
div.DivClassName
{
background-color: #868AB4;
}
.BgClassName
{
background-color: #868AB4;
}
</style>
border-color css
<style>
span { border-color: #868AB4; }
span { border-color: rgb(134,138,180); }
td.TdClassName
{
border-color: #868AB4;
}
.TagClassName
{
border-color: #868AB4;
}
</style>