Shades of Wild Blue Yonder #888DB4
Tints of Wild Blue Yonder #888DB4
RGB
CMYK
RGB Variations
Color information
#888DB4 (or 0x888DB4) is known color: Wild Blue Yonder. HEX triplet: 88, 8D and B4. RGB value is (136,141,180). Sum of RGB (Red+Green+Blue) = 136+141+180=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #888DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DB4 is #77724B. Grayscale: #8F8F8F. Windows color (decimal): -7828044 or 11832712. OLE color: 11832712.
HSL color Cylindrical-coordinate representation of color #888DB4: hue angle of 233.18º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #888DB4 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 141 | 180 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.29 |
| HSL | 233.18º | 0.23% | 0.62% | - |
| HSV(B) | 233.18º | 0.24% | 0.71% | - |
| XYZ | 27.92 | 27.58 | 47.03 | - |
| YUV | 143.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 180 | 0.24 | 0.22 | 0 | 0.29 | 233.18 | 0.23 | 0.62 |
| Hex | 88 | 8D | B4 | 18 | 16 | 0 | 1D | E9 | 17 | 3E |
| Octal | 210 | 215 | 264 | 30 | 26 | 0 | 35 | 351 | 27 | 76 |
| Binary | 10001000 | 10001101 | 10110100 | 11000 | 10110 | 0 | 11101 | 11101001 | 10111 | 111110 |
Color Harmonies of #888DB4
Complementary color
Monochromatic Colors of #888DB4
Black with #888DB4
Text Example
Text Example
White with #888DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DB4; }
p { color: rgb(136,141,180); }
H1.HeaderClassName
{
color: #888DB4;
}
.AnyTagClassName
{
color: #888DB4;
}
</style>
background-color css
<style>
a { background-color: #888DB4; }
a { background-color: rgb(136,141,180); }
div.DivClassName
{
background-color: #888DB4;
}
.BgClassName
{
background-color: #888DB4;
}
</style>
border-color css
<style>
span { border-color: #888DB4; }
span { border-color: rgb(136,141,180); }
td.TdClassName
{
border-color: #888DB4;
}
.TagClassName
{
border-color: #888DB4;
}
</style>