Shades of Blue Bell #938BDF
Tints of Blue Bell #938BDF
RGB
CMYK
RGB Variations
Color information
#938BDF (or 0x938BDF) is known color: Blue Bell. HEX triplet: 93, 8B and DF. RGB value is (147,139,223). Sum of RGB (Red+Green+Blue) = 147+139+223=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #938BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BDF is #6C7420. Grayscale: #969696. Windows color (decimal): -7107617 or 14650259. OLE color: 14650259.
HSL color Cylindrical-coordinate representation of color #938BDF: hue angle of 245.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #938BDF is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 139 | 223 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.13 |
| HSL | 245.71º | 0.57% | 0.71% | - |
| HSV(B) | 245.71º | 0.38% | 0.87% | - |
| XYZ | 34.58 | 30 | 73.78 | - |
| YUV | 150.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 223 | 0.34 | 0.38 | 0 | 0.13 | 245.71 | 0.57 | 0.71 |
| Hex | 93 | 8B | DF | 22 | 26 | 0 | D | F6 | 39 | 47 |
| Octal | 223 | 213 | 337 | 42 | 46 | 0 | 15 | 366 | 71 | 107 |
| Binary | 10010011 | 10001011 | 11011111 | 100010 | 100110 | 0 | 1101 | 11110110 | 111001 | 1000111 |
Color Harmonies of #938BDF
Complementary color
Monochromatic Colors of #938BDF
Black with #938BDF
Text Example
Text Example
White with #938BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BDF; }
p { color: rgb(147,139,223); }
H1.HeaderClassName
{
color: #938BDF;
}
.AnyTagClassName
{
color: #938BDF;
}
</style>
background-color css
<style>
a { background-color: #938BDF; }
a { background-color: rgb(147,139,223); }
div.DivClassName
{
background-color: #938BDF;
}
.BgClassName
{
background-color: #938BDF;
}
</style>
border-color css
<style>
span { border-color: #938BDF; }
span { border-color: rgb(147,139,223); }
td.TdClassName
{
border-color: #938BDF;
}
.TagClassName
{
border-color: #938BDF;
}
</style>