Shades of Wild Blue Yonder #888CB5
Tints of Wild Blue Yonder #888CB5
RGB
CMYK
RGB Variations
Color information
#888CB5 (or 0x888CB5) is known color: Wild Blue Yonder. HEX triplet: 88, 8C and B5. RGB value is (136,140,181). Sum of RGB (Red+Green+Blue) = 136+140+181=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 181 - color contains mainly: blue. Hex color #888CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CB5 is #77734A. Grayscale: #8F8F8F. Windows color (decimal): -7828299 or 11897992. OLE color: 11897992.
HSL color Cylindrical-coordinate representation of color #888CB5: hue angle of 234.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #888CB5 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 140 | 181 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.29 |
| HSL | 234.67º | 0.23% | 0.62% | - |
| HSV(B) | 234.67º | 0.25% | 0.71% | - |
| XYZ | 27.87 | 27.33 | 47.52 | - |
| YUV | 143.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 181 | 0.25 | 0.23 | 0 | 0.29 | 234.67 | 0.23 | 0.62 |
| Hex | 88 | 8C | B5 | 19 | 17 | 0 | 1D | EB | 17 | 3E |
| Octal | 210 | 214 | 265 | 31 | 27 | 0 | 35 | 353 | 27 | 76 |
| Binary | 10001000 | 10001100 | 10110101 | 11001 | 10111 | 0 | 11101 | 11101011 | 10111 | 111110 |
Color Harmonies of #888CB5
Complementary color
Monochromatic Colors of #888CB5
Black with #888CB5
Text Example
Text Example
White with #888CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CB5; }
p { color: rgb(136,140,181); }
H1.HeaderClassName
{
color: #888CB5;
}
.AnyTagClassName
{
color: #888CB5;
}
</style>
background-color css
<style>
a { background-color: #888CB5; }
a { background-color: rgb(136,140,181); }
div.DivClassName
{
background-color: #888CB5;
}
.BgClassName
{
background-color: #888CB5;
}
</style>
border-color css
<style>
span { border-color: #888CB5; }
span { border-color: rgb(136,140,181); }
td.TdClassName
{
border-color: #888CB5;
}
.TagClassName
{
border-color: #888CB5;
}
</style>