Shades of Wild Blue Yonder #8391BE
Tints of Wild Blue Yonder #8391BE
RGB
CMYK
RGB Variations
Color information
#8391BE (or 0x8391BE) is known color: Wild Blue Yonder. HEX triplet: 83, 91 and BE. RGB value is (131,145,190). Sum of RGB (Red+Green+Blue) = 131+145+190=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #8391BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391BE is #7C6E41. Grayscale: #919191. Windows color (decimal): -8154690 or 12489091. OLE color: 12489091.
HSL color Cylindrical-coordinate representation of color #8391BE: hue angle of 225.76º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8391BE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 145 | 190 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.25 |
| HSL | 225.76º | 0.31% | 0.63% | - |
| HSV(B) | 225.76º | 0.31% | 0.75% | - |
| XYZ | 28.78 | 28.79 | 52.76 | - |
| YUV | 145.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 145 | 190 | 0.31 | 0.24 | 0 | 0.25 | 225.76 | 0.31 | 0.63 |
| Hex | 83 | 91 | BE | 1F | 18 | 0 | 19 | E2 | 1F | 3F |
| Octal | 203 | 221 | 276 | 37 | 30 | 0 | 31 | 342 | 37 | 77 |
| Binary | 10000011 | 10010001 | 10111110 | 11111 | 11000 | 0 | 11001 | 11100010 | 11111 | 111111 |
Color Harmonies of #8391BE
Complementary color
Monochromatic Colors of #8391BE
Black with #8391BE
Text Example
Text Example
White with #8391BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8391BE; }
p { color: rgb(131,145,190); }
H1.HeaderClassName
{
color: #8391BE;
}
.AnyTagClassName
{
color: #8391BE;
}
</style>
background-color css
<style>
a { background-color: #8391BE; }
a { background-color: rgb(131,145,190); }
div.DivClassName
{
background-color: #8391BE;
}
.BgClassName
{
background-color: #8391BE;
}
</style>
border-color css
<style>
span { border-color: #8391BE; }
span { border-color: rgb(131,145,190); }
td.TdClassName
{
border-color: #8391BE;
}
.TagClassName
{
border-color: #8391BE;
}
</style>