Shades of Wild Blue Yonder #8386BB
Tints of Wild Blue Yonder #8386BB
RGB
CMYK
RGB Variations
Color information
#8386BB (or 0x8386BB) is known color: Wild Blue Yonder. HEX triplet: 83, 86 and BB. RGB value is (131,134,187). Sum of RGB (Red+Green+Blue) = 131+134+187=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #8386BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386BB is #7C7944. Grayscale: #8A8A8A. Windows color (decimal): -8157509 or 12289667. OLE color: 12289667.
HSL color Cylindrical-coordinate representation of color #8386BB: hue angle of 236.79º degrees, saturation: 0.29, 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 #8386BB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 134 | 187 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.27 |
| HSL | 236.79º | 0.29% | 0.62% | - |
| HSV(B) | 236.79º | 0.3% | 0.73% | - |
| XYZ | 26.85 | 25.46 | 50.51 | - |
| YUV | 139.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 187 | 0.30 | 0.28 | 0 | 0.27 | 236.79 | 0.29 | 0.62 |
| Hex | 83 | 86 | BB | 1E | 1C | 0 | 1B | ED | 1D | 3E |
| Octal | 203 | 206 | 273 | 36 | 34 | 0 | 33 | 355 | 35 | 76 |
| Binary | 10000011 | 10000110 | 10111011 | 11110 | 11100 | 0 | 11011 | 11101101 | 11101 | 111110 |
Color Harmonies of #8386BB
Complementary color
Monochromatic Colors of #8386BB
Black with #8386BB
Text Example
Text Example
White with #8386BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8386BB; }
p { color: rgb(131,134,187); }
H1.HeaderClassName
{
color: #8386BB;
}
.AnyTagClassName
{
color: #8386BB;
}
</style>
background-color css
<style>
a { background-color: #8386BB; }
a { background-color: rgb(131,134,187); }
div.DivClassName
{
background-color: #8386BB;
}
.BgClassName
{
background-color: #8386BB;
}
</style>
border-color css
<style>
span { border-color: #8386BB; }
span { border-color: rgb(131,134,187); }
td.TdClassName
{
border-color: #8386BB;
}
.TagClassName
{
border-color: #8386BB;
}
</style>