Shades of Blue Bell #948FDB
Tints of Blue Bell #948FDB
RGB
CMYK
RGB Variations
Color information
#948FDB (or 0x948FDB) is known color: Blue Bell. HEX triplet: 94, 8F and DB. RGB value is (148,143,219). Sum of RGB (Red+Green+Blue) = 148+143+219=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #948FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FDB is #6B7024. Grayscale: #989898. Windows color (decimal): -7041061 or 14389140. OLE color: 14389140.
HSL color Cylindrical-coordinate representation of color #948FDB: hue angle of 243.95º 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 #948FDB is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 143 | 219 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.14 |
| HSL | 243.95º | 0.51% | 0.71% | - |
| HSV(B) | 243.95º | 0.35% | 0.86% | - |
| XYZ | 34.82 | 31.06 | 71.18 | - |
| YUV | 153.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 219 | 0.32 | 0.35 | 0 | 0.14 | 243.95 | 0.51 | 0.71 |
| Hex | 94 | 8F | DB | 20 | 23 | 0 | E | F4 | 33 | 47 |
| Octal | 224 | 217 | 333 | 40 | 43 | 0 | 16 | 364 | 63 | 107 |
| Binary | 10010100 | 10001111 | 11011011 | 100000 | 100011 | 0 | 1110 | 11110100 | 110011 | 1000111 |
Color Harmonies of #948FDB
Complementary color
Monochromatic Colors of #948FDB
Black with #948FDB
Text Example
Text Example
White with #948FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FDB; }
p { color: rgb(148,143,219); }
H1.HeaderClassName
{
color: #948FDB;
}
.AnyTagClassName
{
color: #948FDB;
}
</style>
background-color css
<style>
a { background-color: #948FDB; }
a { background-color: rgb(148,143,219); }
div.DivClassName
{
background-color: #948FDB;
}
.BgClassName
{
background-color: #948FDB;
}
</style>
border-color css
<style>
span { border-color: #948FDB; }
span { border-color: rgb(148,143,219); }
td.TdClassName
{
border-color: #948FDB;
}
.TagClassName
{
border-color: #948FDB;
}
</style>