Shades of Wild Blue Yonder #8386BC
Tints of Wild Blue Yonder #8386BC
RGB
CMYK
RGB Variations
Color information
#8386BC (or 0x8386BC) is known color: Wild Blue Yonder. HEX triplet: 83, 86 and BC. RGB value is (131,134,188). Sum of RGB (Red+Green+Blue) = 131+134+188=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #8386BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386BC is #7C7943. Grayscale: #8B8B8B. Windows color (decimal): -8157508 or 12355203. OLE color: 12355203.
HSL color Cylindrical-coordinate representation of color #8386BC: hue angle of 236.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8386BC is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 134 | 188 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.26 |
| HSL | 236.84º | 0.3% | 0.63% | - |
| HSV(B) | 236.84º | 0.3% | 0.74% | - |
| XYZ | 26.96 | 25.51 | 51.08 | - |
| YUV | 139.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 188 | 0.30 | 0.29 | 0 | 0.26 | 236.84 | 0.3 | 0.63 |
| Hex | 83 | 86 | BC | 1E | 1D | 0 | 1A | ED | 1E | 3F |
| Octal | 203 | 206 | 274 | 36 | 35 | 0 | 32 | 355 | 36 | 77 |
| Binary | 10000011 | 10000110 | 10111100 | 11110 | 11101 | 0 | 11010 | 11101101 | 11110 | 111111 |
Color Harmonies of #8386BC
Complementary color
Monochromatic Colors of #8386BC
Black with #8386BC
Text Example
Text Example
White with #8386BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8386BC; }
p { color: rgb(131,134,188); }
H1.HeaderClassName
{
color: #8386BC;
}
.AnyTagClassName
{
color: #8386BC;
}
</style>
background-color css
<style>
a { background-color: #8386BC; }
a { background-color: rgb(131,134,188); }
div.DivClassName
{
background-color: #8386BC;
}
.BgClassName
{
background-color: #8386BC;
}
</style>
border-color css
<style>
span { border-color: #8386BC; }
span { border-color: rgb(131,134,188); }
td.TdClassName
{
border-color: #8386BC;
}
.TagClassName
{
border-color: #8386BC;
}
</style>