Shades of Blue Bell #928ED7
Tints of Blue Bell #928ED7
RGB
CMYK
RGB Variations
Color information
#928ED7 (or 0x928ED7) is known color: Blue Bell. HEX triplet: 92, 8E and D7. RGB value is (146,142,215). Sum of RGB (Red+Green+Blue) = 146+142+215=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #928ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ED7 is #6D7128. Grayscale: #979797. Windows color (decimal): -7172393 or 14126738. OLE color: 14126738.
HSL color Cylindrical-coordinate representation of color #928ED7: hue angle of 243.29º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #928ED7 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 142 | 215 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.16 |
| HSL | 243.29º | 0.48% | 0.7% | - |
| HSV(B) | 243.29º | 0.34% | 0.84% | - |
| XYZ | 33.79 | 30.36 | 68.37 | - |
| YUV | 151.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 215 | 0.32 | 0.34 | 0 | 0.16 | 243.29 | 0.48 | 0.7 |
| Hex | 92 | 8E | D7 | 20 | 22 | 0 | 10 | F3 | 30 | 46 |
| Octal | 222 | 216 | 327 | 40 | 42 | 0 | 20 | 363 | 60 | 106 |
| Binary | 10010010 | 10001110 | 11010111 | 100000 | 100010 | 0 | 10000 | 11110011 | 110000 | 1000110 |
Color Harmonies of #928ED7
Complementary color
Monochromatic Colors of #928ED7
Black with #928ED7
Text Example
Text Example
White with #928ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928ED7; }
p { color: rgb(146,142,215); }
H1.HeaderClassName
{
color: #928ED7;
}
.AnyTagClassName
{
color: #928ED7;
}
</style>
background-color css
<style>
a { background-color: #928ED7; }
a { background-color: rgb(146,142,215); }
div.DivClassName
{
background-color: #928ED7;
}
.BgClassName
{
background-color: #928ED7;
}
</style>
border-color css
<style>
span { border-color: #928ED7; }
span { border-color: rgb(146,142,215); }
td.TdClassName
{
border-color: #928ED7;
}
.TagClassName
{
border-color: #928ED7;
}
</style>