Shades of Wild Blue Yonder #8286BB
Tints of Wild Blue Yonder #8286BB
RGB
CMYK
RGB Variations
Color information
#8286BB (or 0x8286BB) is known color: Wild Blue Yonder. HEX triplet: 82, 86 and BB. RGB value is (130,134,187). Sum of RGB (Red+Green+Blue) = 130+134+187=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #8286BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8286BB is #7D7944. Grayscale: #8A8A8A. Windows color (decimal): -8223045 or 12289666. OLE color: 12289666.
HSL color Cylindrical-coordinate representation of color #8286BB: hue angle of 235.79º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8286BB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 134 | 187 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.27 |
| HSL | 235.79º | 0.3% | 0.62% | - |
| HSV(B) | 235.79º | 0.3% | 0.73% | - |
| XYZ | 26.7 | 25.38 | 50.51 | - |
| YUV | 138.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 187 | 0.30 | 0.28 | 0 | 0.27 | 235.79 | 0.3 | 0.62 |
| Hex | 82 | 86 | BB | 1E | 1C | 0 | 1B | EC | 1E | 3E |
| Octal | 202 | 206 | 273 | 36 | 34 | 0 | 33 | 354 | 36 | 76 |
| Binary | 10000010 | 10000110 | 10111011 | 11110 | 11100 | 0 | 11011 | 11101100 | 11110 | 111110 |
Color Harmonies of #8286BB
Complementary color
Monochromatic Colors of #8286BB
Black with #8286BB
Text Example
Text Example
White with #8286BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8286BB; }
p { color: rgb(130,134,187); }
H1.HeaderClassName
{
color: #8286BB;
}
.AnyTagClassName
{
color: #8286BB;
}
</style>
background-color css
<style>
a { background-color: #8286BB; }
a { background-color: rgb(130,134,187); }
div.DivClassName
{
background-color: #8286BB;
}
.BgClassName
{
background-color: #8286BB;
}
</style>
border-color css
<style>
span { border-color: #8286BB; }
span { border-color: rgb(130,134,187); }
td.TdClassName
{
border-color: #8286BB;
}
.TagClassName
{
border-color: #8286BB;
}
</style>