Shades of Blue Bell #948ADB
Tints of Blue Bell #948ADB
RGB
CMYK
RGB Variations
Color information
#948ADB (or 0x948ADB) is known color: Blue Bell. HEX triplet: 94, 8A and DB. RGB value is (148,138,219). Sum of RGB (Red+Green+Blue) = 148+138+219=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #948ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ADB is #6B7524. Grayscale: #959595. Windows color (decimal): -7042341 or 14387860. OLE color: 14387860.
HSL color Cylindrical-coordinate representation of color #948ADB: hue angle of 247.41º 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 #948ADB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 138 | 219 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.14 |
| HSL | 247.41º | 0.53% | 0.7% | - |
| HSV(B) | 247.41º | 0.37% | 0.86% | - |
| XYZ | 34.09 | 29.59 | 70.93 | - |
| YUV | 150.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 219 | 0.32 | 0.37 | 0 | 0.14 | 247.41 | 0.53 | 0.7 |
| Hex | 94 | 8A | DB | 20 | 25 | 0 | E | F7 | 35 | 46 |
| Octal | 224 | 212 | 333 | 40 | 45 | 0 | 16 | 367 | 65 | 106 |
| Binary | 10010100 | 10001010 | 11011011 | 100000 | 100101 | 0 | 1110 | 11110111 | 110101 | 1000110 |
Color Harmonies of #948ADB
Complementary color
Monochromatic Colors of #948ADB
Black with #948ADB
Text Example
Text Example
White with #948ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948ADB; }
p { color: rgb(148,138,219); }
H1.HeaderClassName
{
color: #948ADB;
}
.AnyTagClassName
{
color: #948ADB;
}
</style>
background-color css
<style>
a { background-color: #948ADB; }
a { background-color: rgb(148,138,219); }
div.DivClassName
{
background-color: #948ADB;
}
.BgClassName
{
background-color: #948ADB;
}
</style>
border-color css
<style>
span { border-color: #948ADB; }
span { border-color: rgb(148,138,219); }
td.TdClassName
{
border-color: #948ADB;
}
.TagClassName
{
border-color: #948ADB;
}
</style>