Shades of Blue Bell #948BDB
Tints of Blue Bell #948BDB
RGB
CMYK
RGB Variations
Color information
#948BDB (or 0x948BDB) is known color: Blue Bell. HEX triplet: 94, 8B and DB. RGB value is (148,139,219). Sum of RGB (Red+Green+Blue) = 148+139+219=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #948BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BDB is #6B7424. Grayscale: #969696. Windows color (decimal): -7042085 or 14388116. OLE color: 14388116.
HSL color Cylindrical-coordinate representation of color #948BDB: hue angle of 246.75º 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 #948BDB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 139 | 219 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.14 |
| HSL | 246.75º | 0.53% | 0.7% | - |
| HSV(B) | 246.75º | 0.37% | 0.86% | - |
| XYZ | 34.23 | 29.88 | 70.98 | - |
| YUV | 150.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 219 | 0.32 | 0.37 | 0 | 0.14 | 246.75 | 0.53 | 0.7 |
| Hex | 94 | 8B | DB | 20 | 25 | 0 | E | F7 | 35 | 46 |
| Octal | 224 | 213 | 333 | 40 | 45 | 0 | 16 | 367 | 65 | 106 |
| Binary | 10010100 | 10001011 | 11011011 | 100000 | 100101 | 0 | 1110 | 11110111 | 110101 | 1000110 |
Color Harmonies of #948BDB
Complementary color
Monochromatic Colors of #948BDB
Black with #948BDB
Text Example
Text Example
White with #948BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BDB; }
p { color: rgb(148,139,219); }
H1.HeaderClassName
{
color: #948BDB;
}
.AnyTagClassName
{
color: #948BDB;
}
</style>
background-color css
<style>
a { background-color: #948BDB; }
a { background-color: rgb(148,139,219); }
div.DivClassName
{
background-color: #948BDB;
}
.BgClassName
{
background-color: #948BDB;
}
</style>
border-color css
<style>
span { border-color: #948BDB; }
span { border-color: rgb(148,139,219); }
td.TdClassName
{
border-color: #948BDB;
}
.TagClassName
{
border-color: #948BDB;
}
</style>