Shades of Blue Bell #938BDD
Tints of Blue Bell #938BDD
RGB
CMYK
RGB Variations
Color information
#938BDD (or 0x938BDD) is known color: Blue Bell. HEX triplet: 93, 8B and DD. RGB value is (147,139,221). Sum of RGB (Red+Green+Blue) = 147+139+221=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #938BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BDD is #6C7422. Grayscale: #969696. Windows color (decimal): -7107619 or 14519187. OLE color: 14519187.
HSL color Cylindrical-coordinate representation of color #938BDD: hue angle of 245.85º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #938BDD is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 139 | 221 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.13 |
| HSL | 245.85º | 0.55% | 0.71% | - |
| HSV(B) | 245.85º | 0.37% | 0.87% | - |
| XYZ | 34.32 | 29.89 | 72.37 | - |
| YUV | 150.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 221 | 0.33 | 0.37 | 0 | 0.13 | 245.85 | 0.55 | 0.71 |
| Hex | 93 | 8B | DD | 21 | 25 | 0 | D | F6 | 37 | 47 |
| Octal | 223 | 213 | 335 | 41 | 45 | 0 | 15 | 366 | 67 | 107 |
| Binary | 10010011 | 10001011 | 11011101 | 100001 | 100101 | 0 | 1101 | 11110110 | 110111 | 1000111 |
Color Harmonies of #938BDD
Complementary color
Monochromatic Colors of #938BDD
Black with #938BDD
Text Example
Text Example
White with #938BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BDD; }
p { color: rgb(147,139,221); }
H1.HeaderClassName
{
color: #938BDD;
}
.AnyTagClassName
{
color: #938BDD;
}
</style>
background-color css
<style>
a { background-color: #938BDD; }
a { background-color: rgb(147,139,221); }
div.DivClassName
{
background-color: #938BDD;
}
.BgClassName
{
background-color: #938BDD;
}
</style>
border-color css
<style>
span { border-color: #938BDD; }
span { border-color: rgb(147,139,221); }
td.TdClassName
{
border-color: #938BDD;
}
.TagClassName
{
border-color: #938BDD;
}
</style>