Shades of Blue Bell #8D91BF
Tints of Blue Bell #8D91BF
RGB
CMYK
RGB Variations
Color information
#8D91BF (or 0x8D91BF) is known color: Blue Bell. HEX triplet: 8D, 91 and BF. RGB value is (141,145,191). Sum of RGB (Red+Green+Blue) = 141+145+191=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D91BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D91BF is #726E40. Grayscale: #949494. Windows color (decimal): -7499329 or 12554637. OLE color: 12554637.
HSL color Cylindrical-coordinate representation of color #8D91BF: hue angle of 235.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D91BF is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 145 | 191 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.25 |
| HSL | 235.2º | 0.28% | 0.65% | - |
| HSV(B) | 235.2º | 0.26% | 0.75% | - |
| XYZ | 30.51 | 29.68 | 53.41 | - |
| YUV | 149.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 191 | 0.26 | 0.24 | 0 | 0.25 | 235.2 | 0.28 | 0.65 |
| Hex | 8D | 91 | BF | 1A | 18 | 0 | 19 | EB | 1C | 41 |
| Octal | 215 | 221 | 277 | 32 | 30 | 0 | 31 | 353 | 34 | 101 |
| Binary | 10001101 | 10010001 | 10111111 | 11010 | 11000 | 0 | 11001 | 11101011 | 11100 | 1000001 |
Color Harmonies of #8D91BF
Complementary color
Monochromatic Colors of #8D91BF
Black with #8D91BF
Text Example
Text Example
White with #8D91BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D91BF; }
p { color: rgb(141,145,191); }
H1.HeaderClassName
{
color: #8D91BF;
}
.AnyTagClassName
{
color: #8D91BF;
}
</style>
background-color css
<style>
a { background-color: #8D91BF; }
a { background-color: rgb(141,145,191); }
div.DivClassName
{
background-color: #8D91BF;
}
.BgClassName
{
background-color: #8D91BF;
}
</style>
border-color css
<style>
span { border-color: #8D91BF; }
span { border-color: rgb(141,145,191); }
td.TdClassName
{
border-color: #8D91BF;
}
.TagClassName
{
border-color: #8D91BF;
}
</style>