Shades of Blue Bell #938EDA
Tints of Blue Bell #938EDA
RGB
CMYK
RGB Variations
Color information
#938EDA (or 0x938EDA) is known color: Blue Bell. HEX triplet: 93, 8E and DA. RGB value is (147,142,218). Sum of RGB (Red+Green+Blue) = 147+142+218=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #938EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938EDA is #6C7125. Grayscale: #979797. Windows color (decimal): -7106854 or 14323347. OLE color: 14323347.
HSL color Cylindrical-coordinate representation of color #938EDA: hue angle of 243.95º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #938EDA is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 142 | 218 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.15 |
| HSL | 243.95º | 0.51% | 0.71% | - |
| HSV(B) | 243.95º | 0.35% | 0.85% | - |
| XYZ | 34.36 | 30.61 | 70.43 | - |
| YUV | 152.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 218 | 0.33 | 0.35 | 0 | 0.15 | 243.95 | 0.51 | 0.71 |
| Hex | 93 | 8E | DA | 21 | 23 | 0 | F | F4 | 33 | 47 |
| Octal | 223 | 216 | 332 | 41 | 43 | 0 | 17 | 364 | 63 | 107 |
| Binary | 10010011 | 10001110 | 11011010 | 100001 | 100011 | 0 | 1111 | 11110100 | 110011 | 1000111 |
Color Harmonies of #938EDA
Complementary color
Monochromatic Colors of #938EDA
Black with #938EDA
Text Example
Text Example
White with #938EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EDA; }
p { color: rgb(147,142,218); }
H1.HeaderClassName
{
color: #938EDA;
}
.AnyTagClassName
{
color: #938EDA;
}
</style>
background-color css
<style>
a { background-color: #938EDA; }
a { background-color: rgb(147,142,218); }
div.DivClassName
{
background-color: #938EDA;
}
.BgClassName
{
background-color: #938EDA;
}
</style>
border-color css
<style>
span { border-color: #938EDA; }
span { border-color: rgb(147,142,218); }
td.TdClassName
{
border-color: #938EDA;
}
.TagClassName
{
border-color: #938EDA;
}
</style>