Shades of Wild Blue Yonder #8B8EBC
Tints of Wild Blue Yonder #8B8EBC
RGB
CMYK
RGB Variations
Color information
#8B8EBC (or 0x8B8EBC) is known color: Wild Blue Yonder. HEX triplet: 8B, 8E and BC. RGB value is (139,142,188). Sum of RGB (Red+Green+Blue) = 139+142+188=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B8EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8EBC is #747143. Grayscale: #929292. Windows color (decimal): -7631172 or 12357259. OLE color: 12357259.
HSL color Cylindrical-coordinate representation of color #8B8EBC: hue angle of 236.33º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B8EBC is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 142 | 188 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.26 |
| HSL | 236.33º | 0.27% | 0.64% | - |
| HSV(B) | 236.33º | 0.26% | 0.74% | - |
| XYZ | 29.4 | 28.47 | 51.52 | - |
| YUV | 146.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 188 | 0.26 | 0.24 | 0 | 0.26 | 236.33 | 0.27 | 0.64 |
| Hex | 8B | 8E | BC | 1A | 18 | 0 | 1A | EC | 1B | 40 |
| Octal | 213 | 216 | 274 | 32 | 30 | 0 | 32 | 354 | 33 | 100 |
| Binary | 10001011 | 10001110 | 10111100 | 11010 | 11000 | 0 | 11010 | 11101100 | 11011 | 1000000 |
Color Harmonies of #8B8EBC
Complementary color
Monochromatic Colors of #8B8EBC
Black with #8B8EBC
Text Example
Text Example
White with #8B8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8EBC; }
p { color: rgb(139,142,188); }
H1.HeaderClassName
{
color: #8B8EBC;
}
.AnyTagClassName
{
color: #8B8EBC;
}
</style>
background-color css
<style>
a { background-color: #8B8EBC; }
a { background-color: rgb(139,142,188); }
div.DivClassName
{
background-color: #8B8EBC;
}
.BgClassName
{
background-color: #8B8EBC;
}
</style>
border-color css
<style>
span { border-color: #8B8EBC; }
span { border-color: rgb(139,142,188); }
td.TdClassName
{
border-color: #8B8EBC;
}
.TagClassName
{
border-color: #8B8EBC;
}
</style>