Shades of Wild Blue Yonder #888FBF
Tints of Wild Blue Yonder #888FBF
RGB
CMYK
RGB Variations
Color information
#888FBF (or 0x888FBF) is known color: Wild Blue Yonder. HEX triplet: 88, 8F and BF. RGB value is (136,143,191). Sum of RGB (Red+Green+Blue) = 136+143+191=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #888FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FBF is #777040. Grayscale: #929292. Windows color (decimal): -7827521 or 12554120. OLE color: 12554120.
HSL color Cylindrical-coordinate representation of color #888FBF: hue angle of 232.36º 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 #888FBF is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 143 | 191 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.25 |
| HSL | 232.36º | 0.3% | 0.64% | - |
| HSV(B) | 232.36º | 0.29% | 0.75% | - |
| XYZ | 29.38 | 28.64 | 53.27 | - |
| YUV | 146.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 191 | 0.29 | 0.25 | 0 | 0.25 | 232.36 | 0.3 | 0.64 |
| Hex | 88 | 8F | BF | 1D | 19 | 0 | 19 | E8 | 1E | 40 |
| Octal | 210 | 217 | 277 | 35 | 31 | 0 | 31 | 350 | 36 | 100 |
| Binary | 10001000 | 10001111 | 10111111 | 11101 | 11001 | 0 | 11001 | 11101000 | 11110 | 1000000 |
Color Harmonies of #888FBF
Complementary color
Monochromatic Colors of #888FBF
Black with #888FBF
Text Example
Text Example
White with #888FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FBF; }
p { color: rgb(136,143,191); }
H1.HeaderClassName
{
color: #888FBF;
}
.AnyTagClassName
{
color: #888FBF;
}
</style>
background-color css
<style>
a { background-color: #888FBF; }
a { background-color: rgb(136,143,191); }
div.DivClassName
{
background-color: #888FBF;
}
.BgClassName
{
background-color: #888FBF;
}
</style>
border-color css
<style>
span { border-color: #888FBF; }
span { border-color: rgb(136,143,191); }
td.TdClassName
{
border-color: #888FBF;
}
.TagClassName
{
border-color: #888FBF;
}
</style>