Shades of Blue Bell #938EC9
Tints of Blue Bell #938EC9
RGB
CMYK
RGB Variations
Color information
#938EC9 (or 0x938EC9) is known color: Blue Bell. HEX triplet: 93, 8E and C9. RGB value is (147,142,201). Sum of RGB (Red+Green+Blue) = 147+142+201=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #938EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938EC9 is #6C7136. Grayscale: #959595. Windows color (decimal): -7106871 or 13209235. OLE color: 13209235.
HSL color Cylindrical-coordinate representation of color #938EC9: hue angle of 245.08º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #938EC9 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 142 | 201 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.21 |
| HSL | 245.08º | 0.35% | 0.67% | - |
| HSV(B) | 245.08º | 0.29% | 0.79% | - |
| XYZ | 32.25 | 29.77 | 59.3 | - |
| YUV | 150.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 201 | 0.27 | 0.29 | 0 | 0.21 | 245.08 | 0.35 | 0.67 |
| Hex | 93 | 8E | C9 | 1B | 1D | 0 | 15 | F5 | 23 | 43 |
| Octal | 223 | 216 | 311 | 33 | 35 | 0 | 25 | 365 | 43 | 103 |
| Binary | 10010011 | 10001110 | 11001001 | 11011 | 11101 | 0 | 10101 | 11110101 | 100011 | 1000011 |
Color Harmonies of #938EC9
Complementary color
Monochromatic Colors of #938EC9
Black with #938EC9
Text Example
Text Example
White with #938EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EC9; }
p { color: rgb(147,142,201); }
H1.HeaderClassName
{
color: #938EC9;
}
.AnyTagClassName
{
color: #938EC9;
}
</style>
background-color css
<style>
a { background-color: #938EC9; }
a { background-color: rgb(147,142,201); }
div.DivClassName
{
background-color: #938EC9;
}
.BgClassName
{
background-color: #938EC9;
}
</style>
border-color css
<style>
span { border-color: #938EC9; }
span { border-color: rgb(147,142,201); }
td.TdClassName
{
border-color: #938EC9;
}
.TagClassName
{
border-color: #938EC9;
}
</style>