Shades of Blue Bell #938FDB
Tints of Blue Bell #938FDB
RGB
CMYK
RGB Variations
Color information
#938FDB (or 0x938FDB) is known color: Blue Bell. HEX triplet: 93, 8F and DB. RGB value is (147,143,219). Sum of RGB (Red+Green+Blue) = 147+143+219=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #938FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FDB is #6C7024. Grayscale: #989898. Windows color (decimal): -7106597 or 14389139. OLE color: 14389139.
HSL color Cylindrical-coordinate representation of color #938FDB: hue angle of 243.16º 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 #938FDB is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 143 | 219 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.14 |
| HSL | 243.16º | 0.51% | 0.71% | - |
| HSV(B) | 243.16º | 0.35% | 0.86% | - |
| XYZ | 34.64 | 30.96 | 71.17 | - |
| YUV | 152.86 | 165.33 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 219 | 0.33 | 0.35 | 0 | 0.14 | 243.16 | 0.51 | 0.71 |
| Hex | 93 | 8F | DB | 21 | 23 | 0 | E | F3 | 33 | 47 |
| Octal | 223 | 217 | 333 | 41 | 43 | 0 | 16 | 363 | 63 | 107 |
| Binary | 10010011 | 10001111 | 11011011 | 100001 | 100011 | 0 | 1110 | 11110011 | 110011 | 1000111 |
Color Harmonies of #938FDB
Complementary color
Monochromatic Colors of #938FDB
Black with #938FDB
Text Example
Text Example
White with #938FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FDB; }
p { color: rgb(147,143,219); }
H1.HeaderClassName
{
color: #938FDB;
}
.AnyTagClassName
{
color: #938FDB;
}
</style>
background-color css
<style>
a { background-color: #938FDB; }
a { background-color: rgb(147,143,219); }
div.DivClassName
{
background-color: #938FDB;
}
.BgClassName
{
background-color: #938FDB;
}
</style>
border-color css
<style>
span { border-color: #938FDB; }
span { border-color: rgb(147,143,219); }
td.TdClassName
{
border-color: #938FDB;
}
.TagClassName
{
border-color: #938FDB;
}
</style>