Shades of Blue Bell #918BDB
Tints of Blue Bell #918BDB
RGB
CMYK
RGB Variations
Color information
#918BDB (or 0x918BDB) is known color: Blue Bell. HEX triplet: 91, 8B and DB. RGB value is (145,139,219). Sum of RGB (Red+Green+Blue) = 145+139+219=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #918BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918BDB is #6E7424. Grayscale: #959595. Windows color (decimal): -7238693 or 14388113. OLE color: 14388113.
HSL color Cylindrical-coordinate representation of color #918BDB: hue angle of 244.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #918BDB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 139 | 219 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.14 |
| HSL | 244.5º | 0.53% | 0.7% | - |
| HSV(B) | 244.5º | 0.37% | 0.86% | - |
| XYZ | 33.7 | 29.6 | 70.96 | - |
| YUV | 149.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 219 | 0.34 | 0.37 | 0 | 0.14 | 244.5 | 0.53 | 0.7 |
| Hex | 91 | 8B | DB | 22 | 25 | 0 | E | F4 | 35 | 46 |
| Octal | 221 | 213 | 333 | 42 | 45 | 0 | 16 | 364 | 65 | 106 |
| Binary | 10010001 | 10001011 | 11011011 | 100010 | 100101 | 0 | 1110 | 11110100 | 110101 | 1000110 |
Color Harmonies of #918BDB
Complementary color
Monochromatic Colors of #918BDB
Black with #918BDB
Text Example
Text Example
White with #918BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918BDB; }
p { color: rgb(145,139,219); }
H1.HeaderClassName
{
color: #918BDB;
}
.AnyTagClassName
{
color: #918BDB;
}
</style>
background-color css
<style>
a { background-color: #918BDB; }
a { background-color: rgb(145,139,219); }
div.DivClassName
{
background-color: #918BDB;
}
.BgClassName
{
background-color: #918BDB;
}
</style>
border-color css
<style>
span { border-color: #918BDB; }
span { border-color: rgb(145,139,219); }
td.TdClassName
{
border-color: #918BDB;
}
.TagClassName
{
border-color: #918BDB;
}
</style>