Shades of Wild Blue Yonder #8391BA
Tints of Wild Blue Yonder #8391BA
RGB
CMYK
RGB Variations
Color information
#8391BA (or 0x8391BA) is known color: Wild Blue Yonder. HEX triplet: 83, 91 and BA. RGB value is (131,145,186). Sum of RGB (Red+Green+Blue) = 131+145+186=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #8391BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391BA is #7C6E45. Grayscale: #919191. Windows color (decimal): -8154694 or 12226947. OLE color: 12226947.
HSL color Cylindrical-coordinate representation of color #8391BA: hue angle of 224.73º degrees, saturation: 0.28, 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 #8391BA is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 145 | 186 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.27 |
| HSL | 224.73º | 0.28% | 0.62% | - |
| HSV(B) | 224.73º | 0.3% | 0.73% | - |
| XYZ | 28.35 | 28.62 | 50.48 | - |
| YUV | 145.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 145 | 186 | 0.30 | 0.22 | 0 | 0.27 | 224.73 | 0.28 | 0.62 |
| Hex | 83 | 91 | BA | 1E | 16 | 0 | 1B | E1 | 1C | 3E |
| Octal | 203 | 221 | 272 | 36 | 26 | 0 | 33 | 341 | 34 | 76 |
| Binary | 10000011 | 10010001 | 10111010 | 11110 | 10110 | 0 | 11011 | 11100001 | 11100 | 111110 |
Color Harmonies of #8391BA
Complementary color
Monochromatic Colors of #8391BA
Black with #8391BA
Text Example
Text Example
White with #8391BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8391BA; }
p { color: rgb(131,145,186); }
H1.HeaderClassName
{
color: #8391BA;
}
.AnyTagClassName
{
color: #8391BA;
}
</style>
background-color css
<style>
a { background-color: #8391BA; }
a { background-color: rgb(131,145,186); }
div.DivClassName
{
background-color: #8391BA;
}
.BgClassName
{
background-color: #8391BA;
}
</style>
border-color css
<style>
span { border-color: #8391BA; }
span { border-color: rgb(131,145,186); }
td.TdClassName
{
border-color: #8391BA;
}
.TagClassName
{
border-color: #8391BA;
}
</style>