Shades of Blue Bell #928DDF
Tints of Blue Bell #928DDF
RGB
CMYK
RGB Variations
Color information
#928DDF (or 0x928DDF) is known color: Blue Bell. HEX triplet: 92, 8D and DF. RGB value is (146,141,223). Sum of RGB (Red+Green+Blue) = 146+141+223=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #928DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DDF is #6D7220. Grayscale: #979797. Windows color (decimal): -7172641 or 14650770. OLE color: 14650770.
HSL color Cylindrical-coordinate representation of color #928DDF: hue angle of 243.66º degrees, saturation: 0.56, 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 #928DDF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 141 | 223 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.13 |
| HSL | 243.66º | 0.56% | 0.71% | - |
| HSV(B) | 243.66º | 0.37% | 0.87% | - |
| XYZ | 34.7 | 30.49 | 73.87 | - |
| YUV | 151.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 223 | 0.35 | 0.37 | 0 | 0.13 | 243.66 | 0.56 | 0.71 |
| Hex | 92 | 8D | DF | 23 | 25 | 0 | D | F4 | 38 | 47 |
| Octal | 222 | 215 | 337 | 43 | 45 | 0 | 15 | 364 | 70 | 107 |
| Binary | 10010010 | 10001101 | 11011111 | 100011 | 100101 | 0 | 1101 | 11110100 | 111000 | 1000111 |
Color Harmonies of #928DDF
Complementary color
Monochromatic Colors of #928DDF
Black with #928DDF
Text Example
Text Example
White with #928DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DDF; }
p { color: rgb(146,141,223); }
H1.HeaderClassName
{
color: #928DDF;
}
.AnyTagClassName
{
color: #928DDF;
}
</style>
background-color css
<style>
a { background-color: #928DDF; }
a { background-color: rgb(146,141,223); }
div.DivClassName
{
background-color: #928DDF;
}
.BgClassName
{
background-color: #928DDF;
}
</style>
border-color css
<style>
span { border-color: #928DDF; }
span { border-color: rgb(146,141,223); }
td.TdClassName
{
border-color: #928DDF;
}
.TagClassName
{
border-color: #928DDF;
}
</style>