Shades of Wild Blue Yonder #8387BB
Tints of Wild Blue Yonder #8387BB
RGB
CMYK
RGB Variations
Color information
#8387BB (or 0x8387BB) is known color: Wild Blue Yonder. HEX triplet: 83, 87 and BB. RGB value is (131,135,187). Sum of RGB (Red+Green+Blue) = 131+135+187=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #8387BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8387BB is #7C7844. Grayscale: #8B8B8B. Windows color (decimal): -8157253 or 12289923. OLE color: 12289923.
HSL color Cylindrical-coordinate representation of color #8387BB: hue angle of 235.71º 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 #8387BB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 135 | 187 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.27 |
| HSL | 235.71º | 0.29% | 0.62% | - |
| HSV(B) | 235.71º | 0.3% | 0.73% | - |
| XYZ | 26.99 | 25.74 | 50.56 | - |
| YUV | 139.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 187 | 0.30 | 0.28 | 0 | 0.27 | 235.71 | 0.29 | 0.62 |
| Hex | 83 | 87 | BB | 1E | 1C | 0 | 1B | EC | 1D | 3E |
| Octal | 203 | 207 | 273 | 36 | 34 | 0 | 33 | 354 | 35 | 76 |
| Binary | 10000011 | 10000111 | 10111011 | 11110 | 11100 | 0 | 11011 | 11101100 | 11101 | 111110 |
Color Harmonies of #8387BB
Complementary color
Monochromatic Colors of #8387BB
Black with #8387BB
Text Example
Text Example
White with #8387BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8387BB; }
p { color: rgb(131,135,187); }
H1.HeaderClassName
{
color: #8387BB;
}
.AnyTagClassName
{
color: #8387BB;
}
</style>
background-color css
<style>
a { background-color: #8387BB; }
a { background-color: rgb(131,135,187); }
div.DivClassName
{
background-color: #8387BB;
}
.BgClassName
{
background-color: #8387BB;
}
</style>
border-color css
<style>
span { border-color: #8387BB; }
span { border-color: rgb(131,135,187); }
td.TdClassName
{
border-color: #8387BB;
}
.TagClassName
{
border-color: #8387BB;
}
</style>