Shades of Blue Bell #938DD5
Tints of Blue Bell #938DD5
RGB
CMYK
RGB Variations
Color information
#938DD5 (or 0x938DD5) is known color: Blue Bell. HEX triplet: 93, 8D and D5. RGB value is (147,141,213). Sum of RGB (Red+Green+Blue) = 147+141+213=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #938DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DD5 is #6C722A. Grayscale: #969696. Windows color (decimal): -7107115 or 13995411. OLE color: 13995411.
HSL color Cylindrical-coordinate representation of color #938DD5: hue angle of 245º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #938DD5 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 141 | 213 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.16 |
| HSL | 245º | 0.46% | 0.69% | - |
| HSV(B) | 245º | 0.34% | 0.84% | - |
| XYZ | 33.57 | 30.06 | 66.98 | - |
| YUV | 151 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 213 | 0.31 | 0.34 | 0 | 0.16 | 245 | 0.46 | 0.69 |
| Hex | 93 | 8D | D5 | 1F | 22 | 0 | 10 | F5 | 2E | 45 |
| Octal | 223 | 215 | 325 | 37 | 42 | 0 | 20 | 365 | 56 | 105 |
| Binary | 10010011 | 10001101 | 11010101 | 11111 | 100010 | 0 | 10000 | 11110101 | 101110 | 1000101 |
Color Harmonies of #938DD5
Complementary color
Monochromatic Colors of #938DD5
Black with #938DD5
Text Example
Text Example
White with #938DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DD5; }
p { color: rgb(147,141,213); }
H1.HeaderClassName
{
color: #938DD5;
}
.AnyTagClassName
{
color: #938DD5;
}
</style>
background-color css
<style>
a { background-color: #938DD5; }
a { background-color: rgb(147,141,213); }
div.DivClassName
{
background-color: #938DD5;
}
.BgClassName
{
background-color: #938DD5;
}
</style>
border-color css
<style>
span { border-color: #938DD5; }
span { border-color: rgb(147,141,213); }
td.TdClassName
{
border-color: #938DD5;
}
.TagClassName
{
border-color: #938DD5;
}
</style>