Shades of Blue Bell #938DD6
Tints of Blue Bell #938DD6
RGB
CMYK
RGB Variations
Color information
#938DD6 (or 0x938DD6) is known color: Blue Bell. HEX triplet: 93, 8D and D6. RGB value is (147,141,214). Sum of RGB (Red+Green+Blue) = 147+141+214=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #938DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DD6 is #6C7229. Grayscale: #969696. Windows color (decimal): -7107114 or 14060947. OLE color: 14060947.
HSL color Cylindrical-coordinate representation of color #938DD6: hue angle of 244.93º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #938DD6 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 141 | 214 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.16 |
| HSL | 244.93º | 0.47% | 0.7% | - |
| HSV(B) | 244.93º | 0.34% | 0.84% | - |
| XYZ | 33.7 | 30.11 | 67.65 | - |
| YUV | 151.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 214 | 0.31 | 0.34 | 0 | 0.16 | 244.93 | 0.47 | 0.7 |
| Hex | 93 | 8D | D6 | 1F | 22 | 0 | 10 | F5 | 2F | 46 |
| Octal | 223 | 215 | 326 | 37 | 42 | 0 | 20 | 365 | 57 | 106 |
| Binary | 10010011 | 10001101 | 11010110 | 11111 | 100010 | 0 | 10000 | 11110101 | 101111 | 1000110 |
Color Harmonies of #938DD6
Complementary color
Monochromatic Colors of #938DD6
Black with #938DD6
Text Example
Text Example
White with #938DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DD6; }
p { color: rgb(147,141,214); }
H1.HeaderClassName
{
color: #938DD6;
}
.AnyTagClassName
{
color: #938DD6;
}
</style>
background-color css
<style>
a { background-color: #938DD6; }
a { background-color: rgb(147,141,214); }
div.DivClassName
{
background-color: #938DD6;
}
.BgClassName
{
background-color: #938DD6;
}
</style>
border-color css
<style>
span { border-color: #938DD6; }
span { border-color: rgb(147,141,214); }
td.TdClassName
{
border-color: #938DD6;
}
.TagClassName
{
border-color: #938DD6;
}
</style>