Shades of Blue Bell #918DDB
Tints of Blue Bell #918DDB
RGB
CMYK
RGB Variations
Color information
#918DDB (or 0x918DDB) is known color: Blue Bell. HEX triplet: 91, 8D and DB. RGB value is (145,141,219). Sum of RGB (Red+Green+Blue) = 145+141+219=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #918DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918DDB is #6E7224. Grayscale: #969696. Windows color (decimal): -7238181 or 14388625. OLE color: 14388625.
HSL color Cylindrical-coordinate representation of color #918DDB: hue angle of 243.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #918DDB is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 141 | 219 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.14 |
| HSL | 243.08º | 0.52% | 0.71% | - |
| HSV(B) | 243.08º | 0.36% | 0.86% | - |
| XYZ | 33.99 | 30.18 | 71.05 | - |
| YUV | 151.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 219 | 0.34 | 0.36 | 0 | 0.14 | 243.08 | 0.52 | 0.71 |
| Hex | 91 | 8D | DB | 22 | 24 | 0 | E | F3 | 34 | 47 |
| Octal | 221 | 215 | 333 | 42 | 44 | 0 | 16 | 363 | 64 | 107 |
| Binary | 10010001 | 10001101 | 11011011 | 100010 | 100100 | 0 | 1110 | 11110011 | 110100 | 1000111 |
Color Harmonies of #918DDB
Complementary color
Monochromatic Colors of #918DDB
Black with #918DDB
Text Example
Text Example
White with #918DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918DDB; }
p { color: rgb(145,141,219); }
H1.HeaderClassName
{
color: #918DDB;
}
.AnyTagClassName
{
color: #918DDB;
}
</style>
background-color css
<style>
a { background-color: #918DDB; }
a { background-color: rgb(145,141,219); }
div.DivClassName
{
background-color: #918DDB;
}
.BgClassName
{
background-color: #918DDB;
}
</style>
border-color css
<style>
span { border-color: #918DDB; }
span { border-color: rgb(145,141,219); }
td.TdClassName
{
border-color: #918DDB;
}
.TagClassName
{
border-color: #918DDB;
}
</style>