Shades of Blue Bell #918FDB
Tints of Blue Bell #918FDB
RGB
CMYK
RGB Variations
Color information
#918FDB (or 0x918FDB) is known color: Blue Bell. HEX triplet: 91, 8F and DB. RGB value is (145,143,219). Sum of RGB (Red+Green+Blue) = 145+143+219=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #918FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FDB is #6E7024. Grayscale: #979797. Windows color (decimal): -7237669 or 14389137. OLE color: 14389137.
HSL color Cylindrical-coordinate representation of color #918FDB: hue angle of 241.58º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #918FDB is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 143 | 219 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.14 |
| HSL | 241.58º | 0.51% | 0.71% | - |
| HSV(B) | 241.58º | 0.35% | 0.86% | - |
| XYZ | 34.29 | 30.78 | 71.15 | - |
| YUV | 152.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 219 | 0.34 | 0.35 | 0 | 0.14 | 241.58 | 0.51 | 0.71 |
| Hex | 91 | 8F | DB | 22 | 23 | 0 | E | F2 | 33 | 47 |
| Octal | 221 | 217 | 333 | 42 | 43 | 0 | 16 | 362 | 63 | 107 |
| Binary | 10010001 | 10001111 | 11011011 | 100010 | 100011 | 0 | 1110 | 11110010 | 110011 | 1000111 |
Color Harmonies of #918FDB
Complementary color
Monochromatic Colors of #918FDB
Black with #918FDB
Text Example
Text Example
White with #918FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FDB; }
p { color: rgb(145,143,219); }
H1.HeaderClassName
{
color: #918FDB;
}
.AnyTagClassName
{
color: #918FDB;
}
</style>
background-color css
<style>
a { background-color: #918FDB; }
a { background-color: rgb(145,143,219); }
div.DivClassName
{
background-color: #918FDB;
}
.BgClassName
{
background-color: #918FDB;
}
</style>
border-color css
<style>
span { border-color: #918FDB; }
span { border-color: rgb(145,143,219); }
td.TdClassName
{
border-color: #918FDB;
}
.TagClassName
{
border-color: #918FDB;
}
</style>