Shades of Blue Bell #938BDB
Tints of Blue Bell #938BDB
RGB
CMYK
RGB Variations
Color information
#938BDB (or 0x938BDB) is known color: Blue Bell. HEX triplet: 93, 8B and DB. RGB value is (147,139,219). Sum of RGB (Red+Green+Blue) = 147+139+219=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 139 (54.69% from 255 or 27.52% 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 #938BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BDB is #6C7424. Grayscale: #969696. Windows color (decimal): -7107621 or 14388115. OLE color: 14388115.
HSL color Cylindrical-coordinate representation of color #938BDB: hue angle of 246º 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 #938BDB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 139 | 219 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.14 |
| HSL | 246º | 0.53% | 0.7% | - |
| HSV(B) | 246º | 0.37% | 0.86% | - |
| XYZ | 34.05 | 29.78 | 70.97 | - |
| YUV | 150.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 219 | 0.33 | 0.37 | 0 | 0.14 | 246 | 0.53 | 0.7 |
| Hex | 93 | 8B | DB | 21 | 25 | 0 | E | F6 | 35 | 46 |
| Octal | 223 | 213 | 333 | 41 | 45 | 0 | 16 | 366 | 65 | 106 |
| Binary | 10010011 | 10001011 | 11011011 | 100001 | 100101 | 0 | 1110 | 11110110 | 110101 | 1000110 |
Color Harmonies of #938BDB
Complementary color
Monochromatic Colors of #938BDB
Black with #938BDB
Text Example
Text Example
White with #938BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BDB; }
p { color: rgb(147,139,219); }
H1.HeaderClassName
{
color: #938BDB;
}
.AnyTagClassName
{
color: #938BDB;
}
</style>
background-color css
<style>
a { background-color: #938BDB; }
a { background-color: rgb(147,139,219); }
div.DivClassName
{
background-color: #938BDB;
}
.BgClassName
{
background-color: #938BDB;
}
</style>
border-color css
<style>
span { border-color: #938BDB; }
span { border-color: rgb(147,139,219); }
td.TdClassName
{
border-color: #938BDB;
}
.TagClassName
{
border-color: #938BDB;
}
</style>