Shades of Wild Blue Yonder #888DBA
Tints of Wild Blue Yonder #888DBA
RGB
CMYK
RGB Variations
Color information
#888DBA (or 0x888DBA) is known color: Wild Blue Yonder. HEX triplet: 88, 8D and BA. RGB value is (136,141,186). Sum of RGB (Red+Green+Blue) = 136+141+186=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #888DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DBA is #777245. Grayscale: #909090. Windows color (decimal): -7828038 or 12225928. OLE color: 12225928.
HSL color Cylindrical-coordinate representation of color #888DBA: hue angle of 234º 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 #888DBA is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 141 | 186 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.27 |
| HSL | 234º | 0.27% | 0.63% | - |
| HSV(B) | 234º | 0.27% | 0.73% | - |
| XYZ | 28.54 | 27.83 | 50.32 | - |
| YUV | 144.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 186 | 0.27 | 0.24 | 0 | 0.27 | 234 | 0.27 | 0.63 |
| Hex | 88 | 8D | BA | 1B | 18 | 0 | 1B | EA | 1B | 3F |
| Octal | 210 | 215 | 272 | 33 | 30 | 0 | 33 | 352 | 33 | 77 |
| Binary | 10001000 | 10001101 | 10111010 | 11011 | 11000 | 0 | 11011 | 11101010 | 11011 | 111111 |
Color Harmonies of #888DBA
Complementary color
Monochromatic Colors of #888DBA
Black with #888DBA
Text Example
Text Example
White with #888DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DBA; }
p { color: rgb(136,141,186); }
H1.HeaderClassName
{
color: #888DBA;
}
.AnyTagClassName
{
color: #888DBA;
}
</style>
background-color css
<style>
a { background-color: #888DBA; }
a { background-color: rgb(136,141,186); }
div.DivClassName
{
background-color: #888DBA;
}
.BgClassName
{
background-color: #888DBA;
}
</style>
border-color css
<style>
span { border-color: #888DBA; }
span { border-color: rgb(136,141,186); }
td.TdClassName
{
border-color: #888DBA;
}
.TagClassName
{
border-color: #888DBA;
}
</style>