Shades of Wild Blue Yonder #8391BB
Tints of Wild Blue Yonder #8391BB
RGB
CMYK
RGB Variations
Color information
#8391BB (or 0x8391BB) is known color: Wild Blue Yonder. HEX triplet: 83, 91 and BB. RGB value is (131,145,187). Sum of RGB (Red+Green+Blue) = 131+145+187=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #8391BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391BB is #7C6E44. Grayscale: #919191. Windows color (decimal): -8154693 or 12292483. OLE color: 12292483.
HSL color Cylindrical-coordinate representation of color #8391BB: hue angle of 225º 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 #8391BB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 145 | 187 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.27 |
| HSL | 225º | 0.29% | 0.62% | - |
| HSV(B) | 225º | 0.3% | 0.73% | - |
| XYZ | 28.46 | 28.66 | 51.05 | - |
| YUV | 145.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 145 | 187 | 0.30 | 0.22 | 0 | 0.27 | 225 | 0.29 | 0.62 |
| Hex | 83 | 91 | BB | 1E | 16 | 0 | 1B | E1 | 1D | 3E |
| Octal | 203 | 221 | 273 | 36 | 26 | 0 | 33 | 341 | 35 | 76 |
| Binary | 10000011 | 10010001 | 10111011 | 11110 | 10110 | 0 | 11011 | 11100001 | 11101 | 111110 |
Color Harmonies of #8391BB
Complementary color
Monochromatic Colors of #8391BB
Black with #8391BB
Text Example
Text Example
White with #8391BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8391BB; }
p { color: rgb(131,145,187); }
H1.HeaderClassName
{
color: #8391BB;
}
.AnyTagClassName
{
color: #8391BB;
}
</style>
background-color css
<style>
a { background-color: #8391BB; }
a { background-color: rgb(131,145,187); }
div.DivClassName
{
background-color: #8391BB;
}
.BgClassName
{
background-color: #8391BB;
}
</style>
border-color css
<style>
span { border-color: #8391BB; }
span { border-color: rgb(131,145,187); }
td.TdClassName
{
border-color: #8391BB;
}
.TagClassName
{
border-color: #8391BB;
}
</style>