Shades of Wild Blue Yonder #888BC0
Tints of Wild Blue Yonder #888BC0
RGB
CMYK
RGB Variations
Color information
#888BC0 (or 0x888BC0) is known color: Wild Blue Yonder. HEX triplet: 88, 8B and C0. RGB value is (136,139,192). Sum of RGB (Red+Green+Blue) = 136+139+192=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #888BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BC0 is #77743F. Grayscale: #8F8F8F. Windows color (decimal): -7828544 or 12618632. OLE color: 12618632.
HSL color Cylindrical-coordinate representation of color #888BC0: hue angle of 236.79º degrees, saturation: 0.31, 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 #888BC0 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 139 | 192 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.25 |
| HSL | 236.79º | 0.31% | 0.64% | - |
| HSV(B) | 236.79º | 0.29% | 0.75% | - |
| XYZ | 28.9 | 27.51 | 53.66 | - |
| YUV | 144.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 192 | 0.29 | 0.28 | 0 | 0.25 | 236.79 | 0.31 | 0.64 |
| Hex | 88 | 8B | C0 | 1D | 1C | 0 | 19 | ED | 1F | 40 |
| Octal | 210 | 213 | 300 | 35 | 34 | 0 | 31 | 355 | 37 | 100 |
| Binary | 10001000 | 10001011 | 11000000 | 11101 | 11100 | 0 | 11001 | 11101101 | 11111 | 1000000 |
Color Harmonies of #888BC0
Complementary color
Monochromatic Colors of #888BC0
Black with #888BC0
Text Example
Text Example
White with #888BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888BC0; }
p { color: rgb(136,139,192); }
H1.HeaderClassName
{
color: #888BC0;
}
.AnyTagClassName
{
color: #888BC0;
}
</style>
background-color css
<style>
a { background-color: #888BC0; }
a { background-color: rgb(136,139,192); }
div.DivClassName
{
background-color: #888BC0;
}
.BgClassName
{
background-color: #888BC0;
}
</style>
border-color css
<style>
span { border-color: #888BC0; }
span { border-color: rgb(136,139,192); }
td.TdClassName
{
border-color: #888BC0;
}
.TagClassName
{
border-color: #888BC0;
}
</style>