Shades of Wild Blue Yonder #8892BA
Tints of Wild Blue Yonder #8892BA
RGB
CMYK
RGB Variations
Color information
#8892BA (or 0x8892BA) is known color: Wild Blue Yonder. HEX triplet: 88, 92 and BA. RGB value is (136,146,186). Sum of RGB (Red+Green+Blue) = 136+146+186=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #8892BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8892BA is #776D45. Grayscale: #939393. Windows color (decimal): -7826758 or 12227208. OLE color: 12227208.
HSL color Cylindrical-coordinate representation of color #8892BA: hue angle of 228º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8892BA is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 146 | 186 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.27 |
| HSL | 228º | 0.27% | 0.63% | - |
| HSV(B) | 228º | 0.27% | 0.73% | - |
| XYZ | 29.3 | 29.34 | 50.57 | - |
| YUV | 147.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 186 | 0.27 | 0.22 | 0 | 0.27 | 228 | 0.27 | 0.63 |
| Hex | 88 | 92 | BA | 1B | 16 | 0 | 1B | E4 | 1B | 3F |
| Octal | 210 | 222 | 272 | 33 | 26 | 0 | 33 | 344 | 33 | 77 |
| Binary | 10001000 | 10010010 | 10111010 | 11011 | 10110 | 0 | 11011 | 11100100 | 11011 | 111111 |
Color Harmonies of #8892BA
Complementary color
Monochromatic Colors of #8892BA
Black with #8892BA
Text Example
Text Example
White with #8892BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8892BA; }
p { color: rgb(136,146,186); }
H1.HeaderClassName
{
color: #8892BA;
}
.AnyTagClassName
{
color: #8892BA;
}
</style>
background-color css
<style>
a { background-color: #8892BA; }
a { background-color: rgb(136,146,186); }
div.DivClassName
{
background-color: #8892BA;
}
.BgClassName
{
background-color: #8892BA;
}
</style>
border-color css
<style>
span { border-color: #8892BA; }
span { border-color: rgb(136,146,186); }
td.TdClassName
{
border-color: #8892BA;
}
.TagClassName
{
border-color: #8892BA;
}
</style>