Shades of Blue Bell #938CDD
Tints of Blue Bell #938CDD
RGB
CMYK
RGB Variations
Color information
#938CDD (or 0x938CDD) is known color: Blue Bell. HEX triplet: 93, 8C and DD. RGB value is (147,140,221). Sum of RGB (Red+Green+Blue) = 147+140+221=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #938CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CDD is #6C7322. Grayscale: #979797. Windows color (decimal): -7107363 or 14519443. OLE color: 14519443.
HSL color Cylindrical-coordinate representation of color #938CDD: hue angle of 245.19º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #938CDD is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 140 | 221 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.13 |
| HSL | 245.19º | 0.54% | 0.71% | - |
| HSV(B) | 245.19º | 0.37% | 0.87% | - |
| XYZ | 34.46 | 30.18 | 72.42 | - |
| YUV | 151.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 221 | 0.33 | 0.37 | 0 | 0.13 | 245.19 | 0.54 | 0.71 |
| Hex | 93 | 8C | DD | 21 | 25 | 0 | D | F5 | 36 | 47 |
| Octal | 223 | 214 | 335 | 41 | 45 | 0 | 15 | 365 | 66 | 107 |
| Binary | 10010011 | 10001100 | 11011101 | 100001 | 100101 | 0 | 1101 | 11110101 | 110110 | 1000111 |
Color Harmonies of #938CDD
Complementary color
Monochromatic Colors of #938CDD
Black with #938CDD
Text Example
Text Example
White with #938CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CDD; }
p { color: rgb(147,140,221); }
H1.HeaderClassName
{
color: #938CDD;
}
.AnyTagClassName
{
color: #938CDD;
}
</style>
background-color css
<style>
a { background-color: #938CDD; }
a { background-color: rgb(147,140,221); }
div.DivClassName
{
background-color: #938CDD;
}
.BgClassName
{
background-color: #938CDD;
}
</style>
border-color css
<style>
span { border-color: #938CDD; }
span { border-color: rgb(147,140,221); }
td.TdClassName
{
border-color: #938CDD;
}
.TagClassName
{
border-color: #938CDD;
}
</style>