Shades of Blue Bell #928DDD
Tints of Blue Bell #928DDD
RGB
CMYK
RGB Variations
Color information
#928DDD (or 0x928DDD) is known color: Blue Bell. HEX triplet: 92, 8D and DD. RGB value is (146,141,221). Sum of RGB (Red+Green+Blue) = 146+141+221=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 141 (55.47% from 255 or 27.76% 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 #928DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DDD is #6D7222. Grayscale: #979797. Windows color (decimal): -7172643 or 14519698. OLE color: 14519698.
HSL color Cylindrical-coordinate representation of color #928DDD: hue angle of 243.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #928DDD is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 141 | 221 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.13 |
| HSL | 243.75º | 0.54% | 0.71% | - |
| HSV(B) | 243.75º | 0.36% | 0.87% | - |
| XYZ | 34.43 | 30.38 | 72.46 | - |
| YUV | 151.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 221 | 0.34 | 0.36 | 0 | 0.13 | 243.75 | 0.54 | 0.71 |
| Hex | 92 | 8D | DD | 22 | 24 | 0 | D | F4 | 36 | 47 |
| Octal | 222 | 215 | 335 | 42 | 44 | 0 | 15 | 364 | 66 | 107 |
| Binary | 10010010 | 10001101 | 11011101 | 100010 | 100100 | 0 | 1101 | 11110100 | 110110 | 1000111 |
Color Harmonies of #928DDD
Complementary color
Monochromatic Colors of #928DDD
Black with #928DDD
Text Example
Text Example
White with #928DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DDD; }
p { color: rgb(146,141,221); }
H1.HeaderClassName
{
color: #928DDD;
}
.AnyTagClassName
{
color: #928DDD;
}
</style>
background-color css
<style>
a { background-color: #928DDD; }
a { background-color: rgb(146,141,221); }
div.DivClassName
{
background-color: #928DDD;
}
.BgClassName
{
background-color: #928DDD;
}
</style>
border-color css
<style>
span { border-color: #928DDD; }
span { border-color: rgb(146,141,221); }
td.TdClassName
{
border-color: #928DDD;
}
.TagClassName
{
border-color: #928DDD;
}
</style>