Shades of Blue Bell #948DDB
Tints of Blue Bell #948DDB
RGB
CMYK
RGB Variations
Color information
#948DDB (or 0x948DDB) is known color: Blue Bell. HEX triplet: 94, 8D and DB. RGB value is (148,141,219). Sum of RGB (Red+Green+Blue) = 148+141+219=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #948DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DDB is #6B7224. Grayscale: #979797. Windows color (decimal): -7041573 or 14388628. OLE color: 14388628.
HSL color Cylindrical-coordinate representation of color #948DDB: hue angle of 245.38º 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 #948DDB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 141 | 219 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.14 |
| HSL | 245.38º | 0.52% | 0.71% | - |
| HSV(B) | 245.38º | 0.36% | 0.86% | - |
| XYZ | 34.52 | 30.46 | 71.08 | - |
| YUV | 151.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 219 | 0.32 | 0.36 | 0 | 0.14 | 245.38 | 0.52 | 0.71 |
| Hex | 94 | 8D | DB | 20 | 24 | 0 | E | F5 | 34 | 47 |
| Octal | 224 | 215 | 333 | 40 | 44 | 0 | 16 | 365 | 64 | 107 |
| Binary | 10010100 | 10001101 | 11011011 | 100000 | 100100 | 0 | 1110 | 11110101 | 110100 | 1000111 |
Color Harmonies of #948DDB
Complementary color
Monochromatic Colors of #948DDB
Black with #948DDB
Text Example
Text Example
White with #948DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DDB; }
p { color: rgb(148,141,219); }
H1.HeaderClassName
{
color: #948DDB;
}
.AnyTagClassName
{
color: #948DDB;
}
</style>
background-color css
<style>
a { background-color: #948DDB; }
a { background-color: rgb(148,141,219); }
div.DivClassName
{
background-color: #948DDB;
}
.BgClassName
{
background-color: #948DDB;
}
</style>
border-color css
<style>
span { border-color: #948DDB; }
span { border-color: rgb(148,141,219); }
td.TdClassName
{
border-color: #948DDB;
}
.TagClassName
{
border-color: #948DDB;
}
</style>