Shades of Wild Blue Yonder #888FB4
Tints of Wild Blue Yonder #888FB4
RGB
CMYK
RGB Variations
Color information
#888FB4 (or 0x888FB4) is known color: Wild Blue Yonder. HEX triplet: 88, 8F and B4. RGB value is (136,143,180). Sum of RGB (Red+Green+Blue) = 136+143+180=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #888FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FB4 is #77704B. Grayscale: #909090. Windows color (decimal): -7827532 or 11833224. OLE color: 11833224.
HSL color Cylindrical-coordinate representation of color #888FB4: hue angle of 230.45º 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 #888FB4 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 143 | 180 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.29 |
| HSL | 230.45º | 0.23% | 0.62% | - |
| HSV(B) | 230.45º | 0.24% | 0.71% | - |
| XYZ | 28.21 | 28.17 | 47.13 | - |
| YUV | 145.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 180 | 0.24 | 0.21 | 0 | 0.29 | 230.45 | 0.23 | 0.62 |
| Hex | 88 | 8F | B4 | 18 | 15 | 0 | 1D | E6 | 17 | 3E |
| Octal | 210 | 217 | 264 | 30 | 25 | 0 | 35 | 346 | 27 | 76 |
| Binary | 10001000 | 10001111 | 10110100 | 11000 | 10101 | 0 | 11101 | 11100110 | 10111 | 111110 |
Color Harmonies of #888FB4
Complementary color
Monochromatic Colors of #888FB4
Black with #888FB4
Text Example
Text Example
White with #888FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FB4; }
p { color: rgb(136,143,180); }
H1.HeaderClassName
{
color: #888FB4;
}
.AnyTagClassName
{
color: #888FB4;
}
</style>
background-color css
<style>
a { background-color: #888FB4; }
a { background-color: rgb(136,143,180); }
div.DivClassName
{
background-color: #888FB4;
}
.BgClassName
{
background-color: #888FB4;
}
</style>
border-color css
<style>
span { border-color: #888FB4; }
span { border-color: rgb(136,143,180); }
td.TdClassName
{
border-color: #888FB4;
}
.TagClassName
{
border-color: #888FB4;
}
</style>