Shades of Wild Blue Yonder #888DBF
Tints of Wild Blue Yonder #888DBF
RGB
CMYK
RGB Variations
Color information
#888DBF (or 0x888DBF) is known color: Wild Blue Yonder. HEX triplet: 88, 8D and BF. RGB value is (136,141,191). Sum of RGB (Red+Green+Blue) = 136+141+191=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #888DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DBF is #777240. Grayscale: #919191. Windows color (decimal): -7828033 or 12553608. OLE color: 12553608.
HSL color Cylindrical-coordinate representation of color #888DBF: hue angle of 234.55º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #888DBF is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 141 | 191 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.25 |
| HSL | 234.55º | 0.3% | 0.64% | - |
| HSV(B) | 234.55º | 0.29% | 0.75% | - |
| XYZ | 29.08 | 28.05 | 53.17 | - |
| YUV | 145.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 191 | 0.29 | 0.26 | 0 | 0.25 | 234.55 | 0.3 | 0.64 |
| Hex | 88 | 8D | BF | 1D | 1A | 0 | 19 | EB | 1E | 40 |
| Octal | 210 | 215 | 277 | 35 | 32 | 0 | 31 | 353 | 36 | 100 |
| Binary | 10001000 | 10001101 | 10111111 | 11101 | 11010 | 0 | 11001 | 11101011 | 11110 | 1000000 |
Color Harmonies of #888DBF
Complementary color
Monochromatic Colors of #888DBF
Black with #888DBF
Text Example
Text Example
White with #888DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DBF; }
p { color: rgb(136,141,191); }
H1.HeaderClassName
{
color: #888DBF;
}
.AnyTagClassName
{
color: #888DBF;
}
</style>
background-color css
<style>
a { background-color: #888DBF; }
a { background-color: rgb(136,141,191); }
div.DivClassName
{
background-color: #888DBF;
}
.BgClassName
{
background-color: #888DBF;
}
</style>
border-color css
<style>
span { border-color: #888DBF; }
span { border-color: rgb(136,141,191); }
td.TdClassName
{
border-color: #888DBF;
}
.TagClassName
{
border-color: #888DBF;
}
</style>