Shades of Blue Bell #928DDA
Tints of Blue Bell #928DDA
RGB
CMYK
RGB Variations
Color information
#928DDA (or 0x928DDA) is known color: Blue Bell. HEX triplet: 92, 8D and DA. RGB value is (146,141,218). Sum of RGB (Red+Green+Blue) = 146+141+218=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #928DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DDA is #6D7225. Grayscale: #969696. Windows color (decimal): -7172646 or 14323090. OLE color: 14323090.
HSL color Cylindrical-coordinate representation of color #928DDA: hue angle of 243.9º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #928DDA is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 141 | 218 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.15 |
| HSL | 243.9º | 0.51% | 0.7% | - |
| HSV(B) | 243.9º | 0.35% | 0.85% | - |
| XYZ | 34.03 | 30.22 | 70.37 | - |
| YUV | 151.27 | 165.66 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 218 | 0.33 | 0.35 | 0 | 0.15 | 243.9 | 0.51 | 0.7 |
| Hex | 92 | 8D | DA | 21 | 23 | 0 | F | F4 | 33 | 46 |
| Octal | 222 | 215 | 332 | 41 | 43 | 0 | 17 | 364 | 63 | 106 |
| Binary | 10010010 | 10001101 | 11011010 | 100001 | 100011 | 0 | 1111 | 11110100 | 110011 | 1000110 |
Color Harmonies of #928DDA
Complementary color
Monochromatic Colors of #928DDA
Black with #928DDA
Text Example
Text Example
White with #928DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DDA; }
p { color: rgb(146,141,218); }
H1.HeaderClassName
{
color: #928DDA;
}
.AnyTagClassName
{
color: #928DDA;
}
</style>
background-color css
<style>
a { background-color: #928DDA; }
a { background-color: rgb(146,141,218); }
div.DivClassName
{
background-color: #928DDA;
}
.BgClassName
{
background-color: #928DDA;
}
</style>
border-color css
<style>
span { border-color: #928DDA; }
span { border-color: rgb(146,141,218); }
td.TdClassName
{
border-color: #928DDA;
}
.TagClassName
{
border-color: #928DDA;
}
</style>