Shades of Blue Bell #928DDB
Tints of Blue Bell #928DDB
RGB
CMYK
RGB Variations
Color information
#928DDB (or 0x928DDB) is known color: Blue Bell. HEX triplet: 92, 8D and DB. RGB value is (146,141,219). Sum of RGB (Red+Green+Blue) = 146+141+219=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #928DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DDB is #6D7224. Grayscale: #979797. Windows color (decimal): -7172645 or 14388626. OLE color: 14388626.
HSL color Cylindrical-coordinate representation of color #928DDB: hue angle of 243.85º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #928DDB is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 141 | 219 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.14 |
| HSL | 243.85º | 0.52% | 0.71% | - |
| HSV(B) | 243.85º | 0.36% | 0.86% | - |
| XYZ | 34.17 | 30.28 | 71.06 | - |
| YUV | 151.39 | 166.16 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 219 | 0.33 | 0.36 | 0 | 0.14 | 243.85 | 0.52 | 0.71 |
| Hex | 92 | 8D | DB | 21 | 24 | 0 | E | F4 | 34 | 47 |
| Octal | 222 | 215 | 333 | 41 | 44 | 0 | 16 | 364 | 64 | 107 |
| Binary | 10010010 | 10001101 | 11011011 | 100001 | 100100 | 0 | 1110 | 11110100 | 110100 | 1000111 |
Color Harmonies of #928DDB
Complementary color
Monochromatic Colors of #928DDB
Black with #928DDB
Text Example
Text Example
White with #928DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DDB; }
p { color: rgb(146,141,219); }
H1.HeaderClassName
{
color: #928DDB;
}
.AnyTagClassName
{
color: #928DDB;
}
</style>
background-color css
<style>
a { background-color: #928DDB; }
a { background-color: rgb(146,141,219); }
div.DivClassName
{
background-color: #928DDB;
}
.BgClassName
{
background-color: #928DDB;
}
</style>
border-color css
<style>
span { border-color: #928DDB; }
span { border-color: rgb(146,141,219); }
td.TdClassName
{
border-color: #928DDB;
}
.TagClassName
{
border-color: #928DDB;
}
</style>