Shades of Blue Bell #938FDD
Tints of Blue Bell #938FDD
RGB
CMYK
RGB Variations
Color information
#938FDD (or 0x938FDD) is known color: Blue Bell. HEX triplet: 93, 8F and DD. RGB value is (147,143,221). Sum of RGB (Red+Green+Blue) = 147+143+221=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #938FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FDD is #6C7022. Grayscale: #989898. Windows color (decimal): -7106595 or 14520211. OLE color: 14520211.
HSL color Cylindrical-coordinate representation of color #938FDD: hue angle of 243.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #938FDD is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 143 | 221 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.13 |
| HSL | 243.08º | 0.53% | 0.71% | - |
| HSV(B) | 243.08º | 0.35% | 0.87% | - |
| XYZ | 34.91 | 31.07 | 72.56 | - |
| YUV | 153.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 221 | 0.33 | 0.35 | 0 | 0.13 | 243.08 | 0.53 | 0.71 |
| Hex | 93 | 8F | DD | 21 | 23 | 0 | D | F3 | 35 | 47 |
| Octal | 223 | 217 | 335 | 41 | 43 | 0 | 15 | 363 | 65 | 107 |
| Binary | 10010011 | 10001111 | 11011101 | 100001 | 100011 | 0 | 1101 | 11110011 | 110101 | 1000111 |
Color Harmonies of #938FDD
Complementary color
Monochromatic Colors of #938FDD
Black with #938FDD
Text Example
Text Example
White with #938FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FDD; }
p { color: rgb(147,143,221); }
H1.HeaderClassName
{
color: #938FDD;
}
.AnyTagClassName
{
color: #938FDD;
}
</style>
background-color css
<style>
a { background-color: #938FDD; }
a { background-color: rgb(147,143,221); }
div.DivClassName
{
background-color: #938FDD;
}
.BgClassName
{
background-color: #938FDD;
}
</style>
border-color css
<style>
span { border-color: #938FDD; }
span { border-color: rgb(147,143,221); }
td.TdClassName
{
border-color: #938FDD;
}
.TagClassName
{
border-color: #938FDD;
}
</style>