Shades of Wild Blue Yonder #8893BD
Tints of Wild Blue Yonder #8893BD
RGB
CMYK
RGB Variations
Color information
#8893BD (or 0x8893BD) is known color: Wild Blue Yonder. HEX triplet: 88, 93 and BD. RGB value is (136,147,189). Sum of RGB (Red+Green+Blue) = 136+147+189=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #8893BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893BD is #776C42. Grayscale: #949494. Windows color (decimal): -7826499 or 12424072. OLE color: 12424072.
HSL color Cylindrical-coordinate representation of color #8893BD: hue angle of 227.55º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8893BD is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 147 | 189 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.26 |
| HSL | 227.55º | 0.29% | 0.64% | - |
| HSV(B) | 227.55º | 0.28% | 0.74% | - |
| XYZ | 29.77 | 29.78 | 52.32 | - |
| YUV | 148.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 189 | 0.28 | 0.22 | 0 | 0.26 | 227.55 | 0.29 | 0.64 |
| Hex | 88 | 93 | BD | 1C | 16 | 0 | 1A | E4 | 1D | 40 |
| Octal | 210 | 223 | 275 | 34 | 26 | 0 | 32 | 344 | 35 | 100 |
| Binary | 10001000 | 10010011 | 10111101 | 11100 | 10110 | 0 | 11010 | 11100100 | 11101 | 1000000 |
Color Harmonies of #8893BD
Complementary color
Monochromatic Colors of #8893BD
Black with #8893BD
Text Example
Text Example
White with #8893BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893BD; }
p { color: rgb(136,147,189); }
H1.HeaderClassName
{
color: #8893BD;
}
.AnyTagClassName
{
color: #8893BD;
}
</style>
background-color css
<style>
a { background-color: #8893BD; }
a { background-color: rgb(136,147,189); }
div.DivClassName
{
background-color: #8893BD;
}
.BgClassName
{
background-color: #8893BD;
}
</style>
border-color css
<style>
span { border-color: #8893BD; }
span { border-color: rgb(136,147,189); }
td.TdClassName
{
border-color: #8893BD;
}
.TagClassName
{
border-color: #8893BD;
}
</style>