Shades of Wild Blue Yonder #8586BA
Tints of Wild Blue Yonder #8586BA
RGB
CMYK
RGB Variations
Color information
#8586BA (or 0x8586BA) is known color: Wild Blue Yonder. HEX triplet: 85, 86 and BA. RGB value is (133,134,186). Sum of RGB (Red+Green+Blue) = 133+134+186=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #8586BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8586BA is #7A7945. Grayscale: #8B8B8B. Windows color (decimal): -8026438 or 12224133. OLE color: 12224133.
HSL color Cylindrical-coordinate representation of color #8586BA: hue angle of 238.87º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8586BA is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 134 | 186 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.27 |
| HSL | 238.87º | 0.28% | 0.63% | - |
| HSV(B) | 238.87º | 0.28% | 0.73% | - |
| XYZ | 27.06 | 25.58 | 49.97 | - |
| YUV | 139.63 | 154.17 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 186 | 0.28 | 0.28 | 0 | 0.27 | 238.87 | 0.28 | 0.63 |
| Hex | 85 | 86 | BA | 1C | 1C | 0 | 1B | EF | 1C | 3F |
| Octal | 205 | 206 | 272 | 34 | 34 | 0 | 33 | 357 | 34 | 77 |
| Binary | 10000101 | 10000110 | 10111010 | 11100 | 11100 | 0 | 11011 | 11101111 | 11100 | 111111 |
Color Harmonies of #8586BA
Complementary color
Monochromatic Colors of #8586BA
Black with #8586BA
Text Example
Text Example
White with #8586BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8586BA; }
p { color: rgb(133,134,186); }
H1.HeaderClassName
{
color: #8586BA;
}
.AnyTagClassName
{
color: #8586BA;
}
</style>
background-color css
<style>
a { background-color: #8586BA; }
a { background-color: rgb(133,134,186); }
div.DivClassName
{
background-color: #8586BA;
}
.BgClassName
{
background-color: #8586BA;
}
</style>
border-color css
<style>
span { border-color: #8586BA; }
span { border-color: rgb(133,134,186); }
td.TdClassName
{
border-color: #8586BA;
}
.TagClassName
{
border-color: #8586BA;
}
</style>