Shades of Wild Blue Yonder #888EC2
Tints of Wild Blue Yonder #888EC2
RGB
CMYK
RGB Variations
Color information
#888EC2 (or 0x888EC2) is known color: Wild Blue Yonder. HEX triplet: 88, 8E and C2. RGB value is (136,142,194). Sum of RGB (Red+Green+Blue) = 136+142+194=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #888EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888EC2 is #77713D. Grayscale: #919191. Windows color (decimal): -7827774 or 12750472. OLE color: 12750472.
HSL color Cylindrical-coordinate representation of color #888EC2: hue angle of 233.79º degrees, saturation: 0.32, 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 #888EC2 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 142 | 194 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.24 |
| HSL | 233.79º | 0.32% | 0.65% | - |
| HSV(B) | 233.79º | 0.3% | 0.76% | - |
| XYZ | 29.56 | 28.48 | 54.98 | - |
| YUV | 146.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 194 | 0.30 | 0.27 | 0 | 0.24 | 233.79 | 0.32 | 0.65 |
| Hex | 88 | 8E | C2 | 1E | 1B | 0 | 18 | EA | 20 | 41 |
| Octal | 210 | 216 | 302 | 36 | 33 | 0 | 30 | 352 | 40 | 101 |
| Binary | 10001000 | 10001110 | 11000010 | 11110 | 11011 | 0 | 11000 | 11101010 | 100000 | 1000001 |
Color Harmonies of #888EC2
Complementary color
Monochromatic Colors of #888EC2
Black with #888EC2
Text Example
Text Example
White with #888EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888EC2; }
p { color: rgb(136,142,194); }
H1.HeaderClassName
{
color: #888EC2;
}
.AnyTagClassName
{
color: #888EC2;
}
</style>
background-color css
<style>
a { background-color: #888EC2; }
a { background-color: rgb(136,142,194); }
div.DivClassName
{
background-color: #888EC2;
}
.BgClassName
{
background-color: #888EC2;
}
</style>
border-color css
<style>
span { border-color: #888EC2; }
span { border-color: rgb(136,142,194); }
td.TdClassName
{
border-color: #888EC2;
}
.TagClassName
{
border-color: #888EC2;
}
</style>