Shades of Wild Blue Yonder #8486BF
Tints of Wild Blue Yonder #8486BF
RGB
CMYK
RGB Variations
Color information
#8486BF (or 0x8486BF) is known color: Wild Blue Yonder. HEX triplet: 84, 86 and BF. RGB value is (132,134,191). Sum of RGB (Red+Green+Blue) = 132+134+191=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #8486BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486BF is #7B7940. Grayscale: #8B8B8B. Windows color (decimal): -8091969 or 12551812. OLE color: 12551812.
HSL color Cylindrical-coordinate representation of color #8486BF: hue angle of 237.97º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8486BF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 134 | 191 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.25 |
| HSL | 237.97º | 0.32% | 0.63% | - |
| HSV(B) | 237.97º | 0.31% | 0.75% | - |
| XYZ | 27.44 | 25.72 | 52.81 | - |
| YUV | 139.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 191 | 0.31 | 0.30 | 0 | 0.25 | 237.97 | 0.32 | 0.63 |
| Hex | 84 | 86 | BF | 1F | 1E | 0 | 19 | EE | 20 | 3F |
| Octal | 204 | 206 | 277 | 37 | 36 | 0 | 31 | 356 | 40 | 77 |
| Binary | 10000100 | 10000110 | 10111111 | 11111 | 11110 | 0 | 11001 | 11101110 | 100000 | 111111 |
Color Harmonies of #8486BF
Complementary color
Monochromatic Colors of #8486BF
Black with #8486BF
Text Example
Text Example
White with #8486BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8486BF; }
p { color: rgb(132,134,191); }
H1.HeaderClassName
{
color: #8486BF;
}
.AnyTagClassName
{
color: #8486BF;
}
</style>
background-color css
<style>
a { background-color: #8486BF; }
a { background-color: rgb(132,134,191); }
div.DivClassName
{
background-color: #8486BF;
}
.BgClassName
{
background-color: #8486BF;
}
</style>
border-color css
<style>
span { border-color: #8486BF; }
span { border-color: rgb(132,134,191); }
td.TdClassName
{
border-color: #8486BF;
}
.TagClassName
{
border-color: #8486BF;
}
</style>