Shades of Blue Bell #928BDF
Tints of Blue Bell #928BDF
RGB
CMYK
RGB Variations
Color information
#928BDF (or 0x928BDF) is known color: Blue Bell. HEX triplet: 92, 8B and DF. RGB value is (146,139,223). Sum of RGB (Red+Green+Blue) = 146+139+223=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #928BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BDF is #6D7420. Grayscale: #969696. Windows color (decimal): -7173153 or 14650258. OLE color: 14650258.
HSL color Cylindrical-coordinate representation of color #928BDF: hue angle of 245º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928BDF is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 139 | 223 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.13 |
| HSL | 245º | 0.57% | 0.71% | - |
| HSV(B) | 245º | 0.38% | 0.87% | - |
| XYZ | 34.41 | 29.9 | 73.77 | - |
| YUV | 150.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 223 | 0.35 | 0.38 | 0 | 0.13 | 245 | 0.57 | 0.71 |
| Hex | 92 | 8B | DF | 23 | 26 | 0 | D | F5 | 39 | 47 |
| Octal | 222 | 213 | 337 | 43 | 46 | 0 | 15 | 365 | 71 | 107 |
| Binary | 10010010 | 10001011 | 11011111 | 100011 | 100110 | 0 | 1101 | 11110101 | 111001 | 1000111 |
Color Harmonies of #928BDF
Complementary color
Monochromatic Colors of #928BDF
Black with #928BDF
Text Example
Text Example
White with #928BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928BDF; }
p { color: rgb(146,139,223); }
H1.HeaderClassName
{
color: #928BDF;
}
.AnyTagClassName
{
color: #928BDF;
}
</style>
background-color css
<style>
a { background-color: #928BDF; }
a { background-color: rgb(146,139,223); }
div.DivClassName
{
background-color: #928BDF;
}
.BgClassName
{
background-color: #928BDF;
}
</style>
border-color css
<style>
span { border-color: #928BDF; }
span { border-color: rgb(146,139,223); }
td.TdClassName
{
border-color: #928BDF;
}
.TagClassName
{
border-color: #928BDF;
}
</style>