Shades of Blue Bell #928DD6
Tints of Blue Bell #928DD6
RGB
CMYK
RGB Variations
Color information
#928DD6 (or 0x928DD6) is known color: Blue Bell. HEX triplet: 92, 8D and D6. RGB value is (146,141,214). Sum of RGB (Red+Green+Blue) = 146+141+214=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #928DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DD6 is #6D7229. Grayscale: #969696. Windows color (decimal): -7172650 or 14060946. OLE color: 14060946.
HSL color Cylindrical-coordinate representation of color #928DD6: hue angle of 244.11º degrees, saturation: 0.47, 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 #928DD6 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 141 | 214 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.16 |
| HSL | 244.11º | 0.47% | 0.7% | - |
| HSV(B) | 244.11º | 0.34% | 0.84% | - |
| XYZ | 33.52 | 30.02 | 67.65 | - |
| YUV | 150.82 | 163.66 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 214 | 0.32 | 0.34 | 0 | 0.16 | 244.11 | 0.47 | 0.7 |
| Hex | 92 | 8D | D6 | 20 | 22 | 0 | 10 | F4 | 2F | 46 |
| Octal | 222 | 215 | 326 | 40 | 42 | 0 | 20 | 364 | 57 | 106 |
| Binary | 10010010 | 10001101 | 11010110 | 100000 | 100010 | 0 | 10000 | 11110100 | 101111 | 1000110 |
Color Harmonies of #928DD6
Complementary color
Monochromatic Colors of #928DD6
Black with #928DD6
Text Example
Text Example
White with #928DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DD6; }
p { color: rgb(146,141,214); }
H1.HeaderClassName
{
color: #928DD6;
}
.AnyTagClassName
{
color: #928DD6;
}
</style>
background-color css
<style>
a { background-color: #928DD6; }
a { background-color: rgb(146,141,214); }
div.DivClassName
{
background-color: #928DD6;
}
.BgClassName
{
background-color: #928DD6;
}
</style>
border-color css
<style>
span { border-color: #928DD6; }
span { border-color: rgb(146,141,214); }
td.TdClassName
{
border-color: #928DD6;
}
.TagClassName
{
border-color: #928DD6;
}
</style>