Shades of Wild Blue Yonder #8994BC
Tints of Wild Blue Yonder #8994BC
RGB
CMYK
RGB Variations
Color information
#8994BC (or 0x8994BC) is known color: Wild Blue Yonder. HEX triplet: 89, 94 and BC. RGB value is (137,148,188). Sum of RGB (Red+Green+Blue) = 137+148+188=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #8994BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8994BC is #766B43. Grayscale: #959595. Windows color (decimal): -7760708 or 12358793. OLE color: 12358793.
HSL color Cylindrical-coordinate representation of color #8994BC: hue angle of 227.06º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8994BC is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 148 | 188 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.26 |
| HSL | 227.06º | 0.28% | 0.64% | - |
| HSV(B) | 227.06º | 0.27% | 0.74% | - |
| XYZ | 29.98 | 30.13 | 51.81 | - |
| YUV | 149.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 188 | 0.27 | 0.21 | 0 | 0.26 | 227.06 | 0.28 | 0.64 |
| Hex | 89 | 94 | BC | 1B | 15 | 0 | 1A | E3 | 1C | 40 |
| Octal | 211 | 224 | 274 | 33 | 25 | 0 | 32 | 343 | 34 | 100 |
| Binary | 10001001 | 10010100 | 10111100 | 11011 | 10101 | 0 | 11010 | 11100011 | 11100 | 1000000 |
Color Harmonies of #8994BC
Complementary color
Monochromatic Colors of #8994BC
Black with #8994BC
Text Example
Text Example
White with #8994BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8994BC; }
p { color: rgb(137,148,188); }
H1.HeaderClassName
{
color: #8994BC;
}
.AnyTagClassName
{
color: #8994BC;
}
</style>
background-color css
<style>
a { background-color: #8994BC; }
a { background-color: rgb(137,148,188); }
div.DivClassName
{
background-color: #8994BC;
}
.BgClassName
{
background-color: #8994BC;
}
</style>
border-color css
<style>
span { border-color: #8994BC; }
span { border-color: rgb(137,148,188); }
td.TdClassName
{
border-color: #8994BC;
}
.TagClassName
{
border-color: #8994BC;
}
</style>