Shades of Wild Blue Yonder #8486BA
Tints of Wild Blue Yonder #8486BA
RGB
CMYK
RGB Variations
Color information
#8486BA (or 0x8486BA) is known color: Wild Blue Yonder. HEX triplet: 84, 86 and BA. RGB value is (132,134,186). Sum of RGB (Red+Green+Blue) = 132+134+186=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #8486BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486BA is #7B7945. Grayscale: #8B8B8B. Windows color (decimal): -8091974 or 12224132. OLE color: 12224132.
HSL color Cylindrical-coordinate representation of color #8486BA: hue angle of 237.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8486BA is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 134 | 186 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.27 |
| HSL | 237.78º | 0.28% | 0.62% | - |
| HSV(B) | 237.78º | 0.29% | 0.73% | - |
| XYZ | 26.9 | 25.5 | 49.96 | - |
| YUV | 139.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 186 | 0.29 | 0.28 | 0 | 0.27 | 237.78 | 0.28 | 0.62 |
| Hex | 84 | 86 | BA | 1D | 1C | 0 | 1B | EE | 1C | 3E |
| Octal | 204 | 206 | 272 | 35 | 34 | 0 | 33 | 356 | 34 | 76 |
| Binary | 10000100 | 10000110 | 10111010 | 11101 | 11100 | 0 | 11011 | 11101110 | 11100 | 111110 |
Color Harmonies of #8486BA
Complementary color
Monochromatic Colors of #8486BA
Black with #8486BA
Text Example
Text Example
White with #8486BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8486BA; }
p { color: rgb(132,134,186); }
H1.HeaderClassName
{
color: #8486BA;
}
.AnyTagClassName
{
color: #8486BA;
}
</style>
background-color css
<style>
a { background-color: #8486BA; }
a { background-color: rgb(132,134,186); }
div.DivClassName
{
background-color: #8486BA;
}
.BgClassName
{
background-color: #8486BA;
}
</style>
border-color css
<style>
span { border-color: #8486BA; }
span { border-color: rgb(132,134,186); }
td.TdClassName
{
border-color: #8486BA;
}
.TagClassName
{
border-color: #8486BA;
}
</style>