Shades of Wild Blue Yonder #888CBC
Tints of Wild Blue Yonder #888CBC
RGB
CMYK
RGB Variations
Color information
#888CBC (or 0x888CBC) is known color: Wild Blue Yonder. HEX triplet: 88, 8C and BC. RGB value is (136,140,188). Sum of RGB (Red+Green+Blue) = 136+140+188=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #888CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CBC is #777343. Grayscale: #909090. Windows color (decimal): -7828292 or 12356744. OLE color: 12356744.
HSL color Cylindrical-coordinate representation of color #888CBC: hue angle of 235.38º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #888CBC is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 140 | 188 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.26 |
| HSL | 235.38º | 0.28% | 0.64% | - |
| HSV(B) | 235.38º | 0.28% | 0.74% | - |
| XYZ | 28.61 | 27.62 | 51.4 | - |
| YUV | 144.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 188 | 0.28 | 0.26 | 0 | 0.26 | 235.38 | 0.28 | 0.64 |
| Hex | 88 | 8C | BC | 1C | 1A | 0 | 1A | EB | 1C | 40 |
| Octal | 210 | 214 | 274 | 34 | 32 | 0 | 32 | 353 | 34 | 100 |
| Binary | 10001000 | 10001100 | 10111100 | 11100 | 11010 | 0 | 11010 | 11101011 | 11100 | 1000000 |
Color Harmonies of #888CBC
Complementary color
Monochromatic Colors of #888CBC
Black with #888CBC
Text Example
Text Example
White with #888CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CBC; }
p { color: rgb(136,140,188); }
H1.HeaderClassName
{
color: #888CBC;
}
.AnyTagClassName
{
color: #888CBC;
}
</style>
background-color css
<style>
a { background-color: #888CBC; }
a { background-color: rgb(136,140,188); }
div.DivClassName
{
background-color: #888CBC;
}
.BgClassName
{
background-color: #888CBC;
}
</style>
border-color css
<style>
span { border-color: #888CBC; }
span { border-color: rgb(136,140,188); }
td.TdClassName
{
border-color: #888CBC;
}
.TagClassName
{
border-color: #888CBC;
}
</style>