Shades of Wild Blue Yonder #888BC1
Tints of Wild Blue Yonder #888BC1
RGB
CMYK
RGB Variations
Color information
#888BC1 (or 0x888BC1) is known color: Wild Blue Yonder. HEX triplet: 88, 8B and C1. RGB value is (136,139,193). Sum of RGB (Red+Green+Blue) = 136+139+193=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #888BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BC1 is #77743E. Grayscale: #909090. Windows color (decimal): -7828543 or 12684168. OLE color: 12684168.
HSL color Cylindrical-coordinate representation of color #888BC1: hue angle of 236.84º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #888BC1 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 139 | 193 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.24 |
| HSL | 236.84º | 0.31% | 0.65% | - |
| HSV(B) | 236.84º | 0.3% | 0.76% | - |
| XYZ | 29.01 | 27.55 | 54.24 | - |
| YUV | 144.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 193 | 0.30 | 0.28 | 0 | 0.24 | 236.84 | 0.31 | 0.65 |
| Hex | 88 | 8B | C1 | 1E | 1C | 0 | 18 | ED | 1F | 41 |
| Octal | 210 | 213 | 301 | 36 | 34 | 0 | 30 | 355 | 37 | 101 |
| Binary | 10001000 | 10001011 | 11000001 | 11110 | 11100 | 0 | 11000 | 11101101 | 11111 | 1000001 |
Color Harmonies of #888BC1
Complementary color
Monochromatic Colors of #888BC1
Black with #888BC1
Text Example
Text Example
White with #888BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888BC1; }
p { color: rgb(136,139,193); }
H1.HeaderClassName
{
color: #888BC1;
}
.AnyTagClassName
{
color: #888BC1;
}
</style>
background-color css
<style>
a { background-color: #888BC1; }
a { background-color: rgb(136,139,193); }
div.DivClassName
{
background-color: #888BC1;
}
.BgClassName
{
background-color: #888BC1;
}
</style>
border-color css
<style>
span { border-color: #888BC1; }
span { border-color: rgb(136,139,193); }
td.TdClassName
{
border-color: #888BC1;
}
.TagClassName
{
border-color: #888BC1;
}
</style>