Shades of Wild Blue Yonder #888AC0
Tints of Wild Blue Yonder #888AC0
RGB
CMYK
RGB Variations
Color information
#888AC0 (or 0x888AC0) is known color: Wild Blue Yonder. HEX triplet: 88, 8A and C0. RGB value is (136,138,192). Sum of RGB (Red+Green+Blue) = 136+138+192=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #888AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888AC0 is #77753F. Grayscale: #8F8F8F. Windows color (decimal): -7828800 or 12618376. OLE color: 12618376.
HSL color Cylindrical-coordinate representation of color #888AC0: hue angle of 237.86º 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 #888AC0 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 138 | 192 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.25 |
| HSL | 237.86º | 0.31% | 0.64% | - |
| HSV(B) | 237.86º | 0.29% | 0.75% | - |
| XYZ | 28.76 | 27.22 | 53.61 | - |
| YUV | 143.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 192 | 0.29 | 0.28 | 0 | 0.25 | 237.86 | 0.31 | 0.64 |
| Hex | 88 | 8A | C0 | 1D | 1C | 0 | 19 | EE | 1F | 40 |
| Octal | 210 | 212 | 300 | 35 | 34 | 0 | 31 | 356 | 37 | 100 |
| Binary | 10001000 | 10001010 | 11000000 | 11101 | 11100 | 0 | 11001 | 11101110 | 11111 | 1000000 |
Color Harmonies of #888AC0
Complementary color
Monochromatic Colors of #888AC0
Black with #888AC0
Text Example
Text Example
White with #888AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888AC0; }
p { color: rgb(136,138,192); }
H1.HeaderClassName
{
color: #888AC0;
}
.AnyTagClassName
{
color: #888AC0;
}
</style>
background-color css
<style>
a { background-color: #888AC0; }
a { background-color: rgb(136,138,192); }
div.DivClassName
{
background-color: #888AC0;
}
.BgClassName
{
background-color: #888AC0;
}
</style>
border-color css
<style>
span { border-color: #888AC0; }
span { border-color: rgb(136,138,192); }
td.TdClassName
{
border-color: #888AC0;
}
.TagClassName
{
border-color: #888AC0;
}
</style>