Shades of Wild Blue Yonder #8592BB
Tints of Wild Blue Yonder #8592BB
RGB
CMYK
RGB Variations
Color information
#8592BB (or 0x8592BB) is known color: Wild Blue Yonder. HEX triplet: 85, 92 and BB. RGB value is (133,146,187). Sum of RGB (Red+Green+Blue) = 133+146+187=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #8592BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592BB is #7A6D44. Grayscale: #929292. Windows color (decimal): -8023365 or 12292741. OLE color: 12292741.
HSL color Cylindrical-coordinate representation of color #8592BB: hue angle of 225.56º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8592BB is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 146 | 187 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.27 |
| HSL | 225.56º | 0.28% | 0.63% | - |
| HSV(B) | 225.56º | 0.29% | 0.73% | - |
| XYZ | 28.92 | 29.13 | 51.11 | - |
| YUV | 146.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 187 | 0.29 | 0.22 | 0 | 0.27 | 225.56 | 0.28 | 0.63 |
| Hex | 85 | 92 | BB | 1D | 16 | 0 | 1B | E2 | 1C | 3F |
| Octal | 205 | 222 | 273 | 35 | 26 | 0 | 33 | 342 | 34 | 77 |
| Binary | 10000101 | 10010010 | 10111011 | 11101 | 10110 | 0 | 11011 | 11100010 | 11100 | 111111 |
Color Harmonies of #8592BB
Complementary color
Monochromatic Colors of #8592BB
Black with #8592BB
Text Example
Text Example
White with #8592BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8592BB; }
p { color: rgb(133,146,187); }
H1.HeaderClassName
{
color: #8592BB;
}
.AnyTagClassName
{
color: #8592BB;
}
</style>
background-color css
<style>
a { background-color: #8592BB; }
a { background-color: rgb(133,146,187); }
div.DivClassName
{
background-color: #8592BB;
}
.BgClassName
{
background-color: #8592BB;
}
</style>
border-color css
<style>
span { border-color: #8592BB; }
span { border-color: rgb(133,146,187); }
td.TdClassName
{
border-color: #8592BB;
}
.TagClassName
{
border-color: #8592BB;
}
</style>