Shades of Blue Bell #938DCD
Tints of Blue Bell #938DCD
RGB
CMYK
RGB Variations
Color information
#938DCD (or 0x938DCD) is known color: Blue Bell. HEX triplet: 93, 8D and CD. RGB value is (147,141,205). Sum of RGB (Red+Green+Blue) = 147+141+205=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #938DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DCD is #6C7232. Grayscale: #959595. Windows color (decimal): -7107123 or 13471123. OLE color: 13471123.
HSL color Cylindrical-coordinate representation of color #938DCD: hue angle of 245.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #938DCD is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 141 | 205 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.20 |
| HSL | 245.63º | 0.39% | 0.68% | - |
| HSV(B) | 245.63º | 0.31% | 0.8% | - |
| XYZ | 32.58 | 29.66 | 61.77 | - |
| YUV | 150.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 205 | 0.28 | 0.31 | 0 | 0.20 | 245.63 | 0.39 | 0.68 |
| Hex | 93 | 8D | CD | 1C | 1F | 0 | 14 | F6 | 27 | 44 |
| Octal | 223 | 215 | 315 | 34 | 37 | 0 | 24 | 366 | 47 | 104 |
| Binary | 10010011 | 10001101 | 11001101 | 11100 | 11111 | 0 | 10100 | 11110110 | 100111 | 1000100 |
Color Harmonies of #938DCD
Complementary color
Monochromatic Colors of #938DCD
Black with #938DCD
Text Example
Text Example
White with #938DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DCD; }
p { color: rgb(147,141,205); }
H1.HeaderClassName
{
color: #938DCD;
}
.AnyTagClassName
{
color: #938DCD;
}
</style>
background-color css
<style>
a { background-color: #938DCD; }
a { background-color: rgb(147,141,205); }
div.DivClassName
{
background-color: #938DCD;
}
.BgClassName
{
background-color: #938DCD;
}
</style>
border-color css
<style>
span { border-color: #938DCD; }
span { border-color: rgb(147,141,205); }
td.TdClassName
{
border-color: #938DCD;
}
.TagClassName
{
border-color: #938DCD;
}
</style>