Shades of Blue Bell #8E94BC
Tints of Blue Bell #8E94BC
RGB
CMYK
RGB Variations
Color information
#8E94BC (or 0x8E94BC) is known color: Blue Bell. HEX triplet: 8E, 94 and BC. RGB value is (142,148,188). Sum of RGB (Red+Green+Blue) = 142+148+188=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E94BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E94BC is #716B43. Grayscale: #969696. Windows color (decimal): -7433028 or 12358798. OLE color: 12358798.
HSL color Cylindrical-coordinate representation of color #8E94BC: hue angle of 232.17º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E94BC is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 148 | 188 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.26 |
| HSL | 232.17º | 0.26% | 0.65% | - |
| HSV(B) | 232.17º | 0.24% | 0.74% | - |
| XYZ | 30.82 | 30.56 | 51.85 | - |
| YUV | 150.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 148 | 188 | 0.24 | 0.21 | 0 | 0.26 | 232.17 | 0.26 | 0.65 |
| Hex | 8E | 94 | BC | 18 | 15 | 0 | 1A | E8 | 1A | 41 |
| Octal | 216 | 224 | 274 | 30 | 25 | 0 | 32 | 350 | 32 | 101 |
| Binary | 10001110 | 10010100 | 10111100 | 11000 | 10101 | 0 | 11010 | 11101000 | 11010 | 1000001 |
Color Harmonies of #8E94BC
Complementary color
Monochromatic Colors of #8E94BC
Black with #8E94BC
Text Example
Text Example
White with #8E94BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E94BC; }
p { color: rgb(142,148,188); }
H1.HeaderClassName
{
color: #8E94BC;
}
.AnyTagClassName
{
color: #8E94BC;
}
</style>
background-color css
<style>
a { background-color: #8E94BC; }
a { background-color: rgb(142,148,188); }
div.DivClassName
{
background-color: #8E94BC;
}
.BgClassName
{
background-color: #8E94BC;
}
</style>
border-color css
<style>
span { border-color: #8E94BC; }
span { border-color: rgb(142,148,188); }
td.TdClassName
{
border-color: #8E94BC;
}
.TagClassName
{
border-color: #8E94BC;
}
</style>