Shades of Wild Blue Yonder #888FB6
Tints of Wild Blue Yonder #888FB6
RGB
CMYK
RGB Variations
Color information
#888FB6 (or 0x888FB6) is known color: Wild Blue Yonder. HEX triplet: 88, 8F and B6. RGB value is (136,143,182). Sum of RGB (Red+Green+Blue) = 136+143+182=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 182 - color contains mainly: blue. Hex color #888FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FB6 is #777049. Grayscale: #919191. Windows color (decimal): -7827530 or 11964296. OLE color: 11964296.
HSL color Cylindrical-coordinate representation of color #888FB6: hue angle of 230.87º degrees, saturation: 0.24, 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 #888FB6 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 143 | 182 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.29 |
| HSL | 230.87º | 0.24% | 0.62% | - |
| HSV(B) | 230.87º | 0.25% | 0.71% | - |
| XYZ | 28.42 | 28.26 | 48.21 | - |
| YUV | 145.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 182 | 0.25 | 0.21 | 0 | 0.29 | 230.87 | 0.24 | 0.62 |
| Hex | 88 | 8F | B6 | 19 | 15 | 0 | 1D | E7 | 18 | 3E |
| Octal | 210 | 217 | 266 | 31 | 25 | 0 | 35 | 347 | 30 | 76 |
| Binary | 10001000 | 10001111 | 10110110 | 11001 | 10101 | 0 | 11101 | 11100111 | 11000 | 111110 |
Color Harmonies of #888FB6
Complementary color
Monochromatic Colors of #888FB6
Black with #888FB6
Text Example
Text Example
White with #888FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FB6; }
p { color: rgb(136,143,182); }
H1.HeaderClassName
{
color: #888FB6;
}
.AnyTagClassName
{
color: #888FB6;
}
</style>
background-color css
<style>
a { background-color: #888FB6; }
a { background-color: rgb(136,143,182); }
div.DivClassName
{
background-color: #888FB6;
}
.BgClassName
{
background-color: #888FB6;
}
</style>
border-color css
<style>
span { border-color: #888FB6; }
span { border-color: rgb(136,143,182); }
td.TdClassName
{
border-color: #888FB6;
}
.TagClassName
{
border-color: #888FB6;
}
</style>