Shades of Wild Blue Yonder #8392BB
Tints of Wild Blue Yonder #8392BB
RGB
CMYK
RGB Variations
Color information
#8392BB (or 0x8392BB) is known color: Wild Blue Yonder. HEX triplet: 83, 92 and BB. RGB value is (131,146,187). Sum of RGB (Red+Green+Blue) = 131+146+187=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #8392BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8392BB is #7C6D44. Grayscale: #929292. Windows color (decimal): -8154437 or 12292739. OLE color: 12292739.
HSL color Cylindrical-coordinate representation of color #8392BB: hue angle of 223.93º 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 #8392BB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 146 | 187 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.27 |
| HSL | 223.93º | 0.29% | 0.62% | - |
| HSV(B) | 223.93º | 0.3% | 0.73% | - |
| XYZ | 28.61 | 28.97 | 51.1 | - |
| YUV | 146.19 | 151.03 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 187 | 0.30 | 0.22 | 0 | 0.27 | 223.93 | 0.29 | 0.62 |
| Hex | 83 | 92 | BB | 1E | 16 | 0 | 1B | E0 | 1D | 3E |
| Octal | 203 | 222 | 273 | 36 | 26 | 0 | 33 | 340 | 35 | 76 |
| Binary | 10000011 | 10010010 | 10111011 | 11110 | 10110 | 0 | 11011 | 11100000 | 11101 | 111110 |
Color Harmonies of #8392BB
Complementary color
Monochromatic Colors of #8392BB
Black with #8392BB
Text Example
Text Example
White with #8392BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8392BB; }
p { color: rgb(131,146,187); }
H1.HeaderClassName
{
color: #8392BB;
}
.AnyTagClassName
{
color: #8392BB;
}
</style>
background-color css
<style>
a { background-color: #8392BB; }
a { background-color: rgb(131,146,187); }
div.DivClassName
{
background-color: #8392BB;
}
.BgClassName
{
background-color: #8392BB;
}
</style>
border-color css
<style>
span { border-color: #8392BB; }
span { border-color: rgb(131,146,187); }
td.TdClassName
{
border-color: #8392BB;
}
.TagClassName
{
border-color: #8392BB;
}
</style>