Shades of Wild Blue Yonder #8592BA
Tints of Wild Blue Yonder #8592BA
RGB
CMYK
RGB Variations
Color information
#8592BA (or 0x8592BA) is known color: Wild Blue Yonder. HEX triplet: 85, 92 and BA. RGB value is (133,146,186). Sum of RGB (Red+Green+Blue) = 133+146+186=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #8592BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592BA is #7A6D45. Grayscale: #929292. Windows color (decimal): -8023366 or 12227205. OLE color: 12227205.
HSL color Cylindrical-coordinate representation of color #8592BA: hue angle of 225.28º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8592BA is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 146 | 186 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.27 |
| HSL | 225.28º | 0.28% | 0.63% | - |
| HSV(B) | 225.28º | 0.28% | 0.73% | - |
| XYZ | 28.81 | 29.09 | 50.55 | - |
| YUV | 146.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 186 | 0.28 | 0.22 | 0 | 0.27 | 225.28 | 0.28 | 0.63 |
| Hex | 85 | 92 | BA | 1C | 16 | 0 | 1B | E1 | 1C | 3F |
| Octal | 205 | 222 | 272 | 34 | 26 | 0 | 33 | 341 | 34 | 77 |
| Binary | 10000101 | 10010010 | 10111010 | 11100 | 10110 | 0 | 11011 | 11100001 | 11100 | 111111 |
Color Harmonies of #8592BA
Complementary color
Monochromatic Colors of #8592BA
Black with #8592BA
Text Example
Text Example
White with #8592BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8592BA; }
p { color: rgb(133,146,186); }
H1.HeaderClassName
{
color: #8592BA;
}
.AnyTagClassName
{
color: #8592BA;
}
</style>
background-color css
<style>
a { background-color: #8592BA; }
a { background-color: rgb(133,146,186); }
div.DivClassName
{
background-color: #8592BA;
}
.BgClassName
{
background-color: #8592BA;
}
</style>
border-color css
<style>
span { border-color: #8592BA; }
span { border-color: rgb(133,146,186); }
td.TdClassName
{
border-color: #8592BA;
}
.TagClassName
{
border-color: #8592BA;
}
</style>