Shades of Wild Blue Yonder #8893BC
Tints of Wild Blue Yonder #8893BC
RGB
CMYK
RGB Variations
Color information
#8893BC (or 0x8893BC) is known color: Wild Blue Yonder. HEX triplet: 88, 93 and BC. RGB value is (136,147,188). Sum of RGB (Red+Green+Blue) = 136+147+188=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #8893BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893BC is #776C43. Grayscale: #949494. Windows color (decimal): -7826500 or 12358536. OLE color: 12358536.
HSL color Cylindrical-coordinate representation of color #8893BC: hue angle of 227.31º 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 #8893BC is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 147 | 188 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.26 |
| HSL | 227.31º | 0.28% | 0.64% | - |
| HSV(B) | 227.31º | 0.28% | 0.74% | - |
| XYZ | 29.66 | 29.73 | 51.75 | - |
| YUV | 148.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 188 | 0.28 | 0.22 | 0 | 0.26 | 227.31 | 0.28 | 0.64 |
| Hex | 88 | 93 | BC | 1C | 16 | 0 | 1A | E3 | 1C | 40 |
| Octal | 210 | 223 | 274 | 34 | 26 | 0 | 32 | 343 | 34 | 100 |
| Binary | 10001000 | 10010011 | 10111100 | 11100 | 10110 | 0 | 11010 | 11100011 | 11100 | 1000000 |
Color Harmonies of #8893BC
Complementary color
Monochromatic Colors of #8893BC
Black with #8893BC
Text Example
Text Example
White with #8893BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893BC; }
p { color: rgb(136,147,188); }
H1.HeaderClassName
{
color: #8893BC;
}
.AnyTagClassName
{
color: #8893BC;
}
</style>
background-color css
<style>
a { background-color: #8893BC; }
a { background-color: rgb(136,147,188); }
div.DivClassName
{
background-color: #8893BC;
}
.BgClassName
{
background-color: #8893BC;
}
</style>
border-color css
<style>
span { border-color: #8893BC; }
span { border-color: rgb(136,147,188); }
td.TdClassName
{
border-color: #8893BC;
}
.TagClassName
{
border-color: #8893BC;
}
</style>