Shades of Wild Blue Yonder #8392BA
Tints of Wild Blue Yonder #8392BA
RGB
CMYK
RGB Variations
Color information
#8392BA (or 0x8392BA) is known color: Wild Blue Yonder. HEX triplet: 83, 92 and BA. RGB value is (131,146,186). Sum of RGB (Red+Green+Blue) = 131+146+186=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #8392BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8392BA is #7C6D45. Grayscale: #919191. Windows color (decimal): -8154438 or 12227203. OLE color: 12227203.
HSL color Cylindrical-coordinate representation of color #8392BA: hue angle of 223.64º 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 #8392BA is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 146 | 186 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.27 |
| HSL | 223.64º | 0.28% | 0.62% | - |
| HSV(B) | 223.64º | 0.3% | 0.73% | - |
| XYZ | 28.5 | 28.93 | 50.54 | - |
| YUV | 146.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 186 | 0.30 | 0.22 | 0 | 0.27 | 223.64 | 0.28 | 0.62 |
| Hex | 83 | 92 | BA | 1E | 16 | 0 | 1B | E0 | 1C | 3E |
| Octal | 203 | 222 | 272 | 36 | 26 | 0 | 33 | 340 | 34 | 76 |
| Binary | 10000011 | 10010010 | 10111010 | 11110 | 10110 | 0 | 11011 | 11100000 | 11100 | 111110 |
Color Harmonies of #8392BA
Complementary color
Monochromatic Colors of #8392BA
Black with #8392BA
Text Example
Text Example
White with #8392BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8392BA; }
p { color: rgb(131,146,186); }
H1.HeaderClassName
{
color: #8392BA;
}
.AnyTagClassName
{
color: #8392BA;
}
</style>
background-color css
<style>
a { background-color: #8392BA; }
a { background-color: rgb(131,146,186); }
div.DivClassName
{
background-color: #8392BA;
}
.BgClassName
{
background-color: #8392BA;
}
</style>
border-color css
<style>
span { border-color: #8392BA; }
span { border-color: rgb(131,146,186); }
td.TdClassName
{
border-color: #8392BA;
}
.TagClassName
{
border-color: #8392BA;
}
</style>