Shades of Blue Bell #8D90BC
Tints of Blue Bell #8D90BC
RGB
CMYK
RGB Variations
Color information
#8D90BC (or 0x8D90BC) is known color: Blue Bell. HEX triplet: 8D, 90 and BC. RGB value is (141,144,188). Sum of RGB (Red+Green+Blue) = 141+144+188=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 144 (56.64% from 255 or 30.44% 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 #8D90BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D90BC is #726F43. Grayscale: #939393. Windows color (decimal): -7499588 or 12357773. OLE color: 12357773.
HSL color Cylindrical-coordinate representation of color #8D90BC: hue angle of 236.17º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D90BC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 144 | 188 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.26 |
| HSL | 236.17º | 0.26% | 0.65% | - |
| HSV(B) | 236.17º | 0.25% | 0.74% | - |
| XYZ | 30.03 | 29.24 | 51.64 | - |
| YUV | 148.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 188 | 0.25 | 0.23 | 0 | 0.26 | 236.17 | 0.26 | 0.65 |
| Hex | 8D | 90 | BC | 19 | 17 | 0 | 1A | EC | 1A | 41 |
| Octal | 215 | 220 | 274 | 31 | 27 | 0 | 32 | 354 | 32 | 101 |
| Binary | 10001101 | 10010000 | 10111100 | 11001 | 10111 | 0 | 11010 | 11101100 | 11010 | 1000001 |
Color Harmonies of #8D90BC
Complementary color
Monochromatic Colors of #8D90BC
Black with #8D90BC
Text Example
Text Example
White with #8D90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D90BC; }
p { color: rgb(141,144,188); }
H1.HeaderClassName
{
color: #8D90BC;
}
.AnyTagClassName
{
color: #8D90BC;
}
</style>
background-color css
<style>
a { background-color: #8D90BC; }
a { background-color: rgb(141,144,188); }
div.DivClassName
{
background-color: #8D90BC;
}
.BgClassName
{
background-color: #8D90BC;
}
</style>
border-color css
<style>
span { border-color: #8D90BC; }
span { border-color: rgb(141,144,188); }
td.TdClassName
{
border-color: #8D90BC;
}
.TagClassName
{
border-color: #8D90BC;
}
</style>