Shades of Wild Blue Yonder #8892BD
Tints of Wild Blue Yonder #8892BD
RGB
CMYK
RGB Variations
Color information
#8892BD (or 0x8892BD) is known color: Wild Blue Yonder. HEX triplet: 88, 92 and BD. RGB value is (136,146,189). Sum of RGB (Red+Green+Blue) = 136+146+189=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #8892BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8892BD is #776D42. Grayscale: #939393. Windows color (decimal): -7826755 or 12423816. OLE color: 12423816.
HSL color Cylindrical-coordinate representation of color #8892BD: hue angle of 228.68º 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 #8892BD is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 146 | 189 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.26 |
| HSL | 228.68º | 0.29% | 0.64% | - |
| HSV(B) | 228.68º | 0.28% | 0.74% | - |
| XYZ | 29.62 | 29.47 | 52.27 | - |
| YUV | 147.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 189 | 0.28 | 0.23 | 0 | 0.26 | 228.68 | 0.29 | 0.64 |
| Hex | 88 | 92 | BD | 1C | 17 | 0 | 1A | E5 | 1D | 40 |
| Octal | 210 | 222 | 275 | 34 | 27 | 0 | 32 | 345 | 35 | 100 |
| Binary | 10001000 | 10010010 | 10111101 | 11100 | 10111 | 0 | 11010 | 11100101 | 11101 | 1000000 |
Color Harmonies of #8892BD
Complementary color
Monochromatic Colors of #8892BD
Black with #8892BD
Text Example
Text Example
White with #8892BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8892BD; }
p { color: rgb(136,146,189); }
H1.HeaderClassName
{
color: #8892BD;
}
.AnyTagClassName
{
color: #8892BD;
}
</style>
background-color css
<style>
a { background-color: #8892BD; }
a { background-color: rgb(136,146,189); }
div.DivClassName
{
background-color: #8892BD;
}
.BgClassName
{
background-color: #8892BD;
}
</style>
border-color css
<style>
span { border-color: #8892BD; }
span { border-color: rgb(136,146,189); }
td.TdClassName
{
border-color: #8892BD;
}
.TagClassName
{
border-color: #8892BD;
}
</style>