Shades of Blue Bell #8D91CB
Tints of Blue Bell #8D91CB
RGB
CMYK
RGB Variations
Color information
#8D91CB (or 0x8D91CB) is known color: Blue Bell. HEX triplet: 8D, 91 and CB. RGB value is (141,145,203). Sum of RGB (Red+Green+Blue) = 141+145+203=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D91CB is #726E34. Grayscale: #969696. Windows color (decimal): -7499317 or 13341069. OLE color: 13341069.
HSL color Cylindrical-coordinate representation of color #8D91CB: hue angle of 236.13º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D91CB is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 145 | 203 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.20 |
| HSL | 236.13º | 0.37% | 0.67% | - |
| HSV(B) | 236.13º | 0.31% | 0.8% | - |
| XYZ | 31.89 | 30.23 | 60.65 | - |
| YUV | 150.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 203 | 0.31 | 0.29 | 0 | 0.20 | 236.13 | 0.37 | 0.67 |
| Hex | 8D | 91 | CB | 1F | 1D | 0 | 14 | EC | 25 | 43 |
| Octal | 215 | 221 | 313 | 37 | 35 | 0 | 24 | 354 | 45 | 103 |
| Binary | 10001101 | 10010001 | 11001011 | 11111 | 11101 | 0 | 10100 | 11101100 | 100101 | 1000011 |
Color Harmonies of #8D91CB
Complementary color
Monochromatic Colors of #8D91CB
Black with #8D91CB
Text Example
Text Example
White with #8D91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D91CB; }
p { color: rgb(141,145,203); }
H1.HeaderClassName
{
color: #8D91CB;
}
.AnyTagClassName
{
color: #8D91CB;
}
</style>
background-color css
<style>
a { background-color: #8D91CB; }
a { background-color: rgb(141,145,203); }
div.DivClassName
{
background-color: #8D91CB;
}
.BgClassName
{
background-color: #8D91CB;
}
</style>
border-color css
<style>
span { border-color: #8D91CB; }
span { border-color: rgb(141,145,203); }
td.TdClassName
{
border-color: #8D91CB;
}
.TagClassName
{
border-color: #8D91CB;
}
</style>