Shades of Blue Bell #938DE0
Tints of Blue Bell #938DE0
RGB
CMYK
RGB Variations
Color information
#938DE0 (or 0x938DE0) is known color: Blue Bell. HEX triplet: 93, 8D and E0. RGB value is (147,141,224). Sum of RGB (Red+Green+Blue) = 147+141+224=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #938DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DE0 is #6C721F. Grayscale: #979797. Windows color (decimal): -7107104 or 14716307. OLE color: 14716307.
HSL color Cylindrical-coordinate representation of color #938DE0: hue angle of 244.34º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #938DE0 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 141 | 224 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.12 |
| HSL | 244.34º | 0.57% | 0.72% | - |
| HSV(B) | 244.34º | 0.37% | 0.88% | - |
| XYZ | 35.01 | 30.63 | 74.59 | - |
| YUV | 152.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 224 | 0.34 | 0.37 | 0 | 0.12 | 244.34 | 0.57 | 0.72 |
| Hex | 93 | 8D | E0 | 22 | 25 | 0 | C | F4 | 39 | 48 |
| Octal | 223 | 215 | 340 | 42 | 45 | 0 | 14 | 364 | 71 | 110 |
| Binary | 10010011 | 10001101 | 11100000 | 100010 | 100101 | 0 | 1100 | 11110100 | 111001 | 1001000 |
Color Harmonies of #938DE0
Complementary color
Monochromatic Colors of #938DE0
Black with #938DE0
Text Example
Text Example
White with #938DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DE0; }
p { color: rgb(147,141,224); }
H1.HeaderClassName
{
color: #938DE0;
}
.AnyTagClassName
{
color: #938DE0;
}
</style>
background-color css
<style>
a { background-color: #938DE0; }
a { background-color: rgb(147,141,224); }
div.DivClassName
{
background-color: #938DE0;
}
.BgClassName
{
background-color: #938DE0;
}
</style>
border-color css
<style>
span { border-color: #938DE0; }
span { border-color: rgb(147,141,224); }
td.TdClassName
{
border-color: #938DE0;
}
.TagClassName
{
border-color: #938DE0;
}
</style>