Shades of Blue Bell #948CDB
Tints of Blue Bell #948CDB
RGB
CMYK
RGB Variations
Color information
#948CDB (or 0x948CDB) is known color: Blue Bell. HEX triplet: 94, 8C and DB. RGB value is (148,140,219). Sum of RGB (Red+Green+Blue) = 148+140+219=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 140 (55.08% from 255 or 27.61% 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 #948CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CDB is #6B7324. Grayscale: #979797. Windows color (decimal): -7041829 or 14388372. OLE color: 14388372.
HSL color Cylindrical-coordinate representation of color #948CDB: hue angle of 246.08º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #948CDB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 140 | 219 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.14 |
| HSL | 246.08º | 0.52% | 0.7% | - |
| HSV(B) | 246.08º | 0.36% | 0.86% | - |
| XYZ | 34.38 | 30.17 | 71.03 | - |
| YUV | 151.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 219 | 0.32 | 0.36 | 0 | 0.14 | 246.08 | 0.52 | 0.7 |
| Hex | 94 | 8C | DB | 20 | 24 | 0 | E | F6 | 34 | 46 |
| Octal | 224 | 214 | 333 | 40 | 44 | 0 | 16 | 366 | 64 | 106 |
| Binary | 10010100 | 10001100 | 11011011 | 100000 | 100100 | 0 | 1110 | 11110110 | 110100 | 1000110 |
Color Harmonies of #948CDB
Complementary color
Monochromatic Colors of #948CDB
Black with #948CDB
Text Example
Text Example
White with #948CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948CDB; }
p { color: rgb(148,140,219); }
H1.HeaderClassName
{
color: #948CDB;
}
.AnyTagClassName
{
color: #948CDB;
}
</style>
background-color css
<style>
a { background-color: #948CDB; }
a { background-color: rgb(148,140,219); }
div.DivClassName
{
background-color: #948CDB;
}
.BgClassName
{
background-color: #948CDB;
}
</style>
border-color css
<style>
span { border-color: #948CDB; }
span { border-color: rgb(148,140,219); }
td.TdClassName
{
border-color: #948CDB;
}
.TagClassName
{
border-color: #948CDB;
}
</style>