Shades of Wild Blue Yonder #8386BD
Tints of Wild Blue Yonder #8386BD
RGB
CMYK
RGB Variations
Color information
#8386BD (or 0x8386BD) is known color: Wild Blue Yonder. HEX triplet: 83, 86 and BD. RGB value is (131,134,189). Sum of RGB (Red+Green+Blue) = 131+134+189=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #8386BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386BD is #7C7942. Grayscale: #8B8B8B. Windows color (decimal): -8157507 or 12420739. OLE color: 12420739.
HSL color Cylindrical-coordinate representation of color #8386BD: hue angle of 236.9º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8386BD is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 134 | 189 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.26 |
| HSL | 236.9º | 0.31% | 0.63% | - |
| HSV(B) | 236.9º | 0.31% | 0.74% | - |
| XYZ | 27.07 | 25.55 | 51.65 | - |
| YUV | 139.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 189 | 0.31 | 0.29 | 0 | 0.26 | 236.9 | 0.31 | 0.63 |
| Hex | 83 | 86 | BD | 1F | 1D | 0 | 1A | ED | 1F | 3F |
| Octal | 203 | 206 | 275 | 37 | 35 | 0 | 32 | 355 | 37 | 77 |
| Binary | 10000011 | 10000110 | 10111101 | 11111 | 11101 | 0 | 11010 | 11101101 | 11111 | 111111 |
Color Harmonies of #8386BD
Complementary color
Monochromatic Colors of #8386BD
Black with #8386BD
Text Example
Text Example
White with #8386BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8386BD; }
p { color: rgb(131,134,189); }
H1.HeaderClassName
{
color: #8386BD;
}
.AnyTagClassName
{
color: #8386BD;
}
</style>
background-color css
<style>
a { background-color: #8386BD; }
a { background-color: rgb(131,134,189); }
div.DivClassName
{
background-color: #8386BD;
}
.BgClassName
{
background-color: #8386BD;
}
</style>
border-color css
<style>
span { border-color: #8386BD; }
span { border-color: rgb(131,134,189); }
td.TdClassName
{
border-color: #8386BD;
}
.TagClassName
{
border-color: #8386BD;
}
</style>