Shades of Blue Bell #928BDD
Tints of Blue Bell #928BDD
RGB
CMYK
RGB Variations
Color information
#928BDD (or 0x928BDD) is known color: Blue Bell. HEX triplet: 92, 8B and DD. RGB value is (146,139,221). Sum of RGB (Red+Green+Blue) = 146+139+221=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #928BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BDD is #6D7422. Grayscale: #969696. Windows color (decimal): -7173155 or 14519186. OLE color: 14519186.
HSL color Cylindrical-coordinate representation of color #928BDD: hue angle of 245.12º degrees, saturation: 0.55, 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 #928BDD is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 139 | 221 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.13 |
| HSL | 245.12º | 0.55% | 0.71% | - |
| HSV(B) | 245.12º | 0.37% | 0.87% | - |
| XYZ | 34.14 | 29.8 | 72.36 | - |
| YUV | 150.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 221 | 0.34 | 0.37 | 0 | 0.13 | 245.12 | 0.55 | 0.71 |
| Hex | 92 | 8B | DD | 22 | 25 | 0 | D | F5 | 37 | 47 |
| Octal | 222 | 213 | 335 | 42 | 45 | 0 | 15 | 365 | 67 | 107 |
| Binary | 10010010 | 10001011 | 11011101 | 100010 | 100101 | 0 | 1101 | 11110101 | 110111 | 1000111 |
Color Harmonies of #928BDD
Complementary color
Monochromatic Colors of #928BDD
Black with #928BDD
Text Example
Text Example
White with #928BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928BDD; }
p { color: rgb(146,139,221); }
H1.HeaderClassName
{
color: #928BDD;
}
.AnyTagClassName
{
color: #928BDD;
}
</style>
background-color css
<style>
a { background-color: #928BDD; }
a { background-color: rgb(146,139,221); }
div.DivClassName
{
background-color: #928BDD;
}
.BgClassName
{
background-color: #928BDD;
}
</style>
border-color css
<style>
span { border-color: #928BDD; }
span { border-color: rgb(146,139,221); }
td.TdClassName
{
border-color: #928BDD;
}
.TagClassName
{
border-color: #928BDD;
}
</style>