Shades of Blue Bell #9294D7
Tints of Blue Bell #9294D7
RGB
CMYK
RGB Variations
Color information
#9294D7 (or 0x9294D7) is known color: Blue Bell. HEX triplet: 92, 94 and D7. RGB value is (146,148,215). Sum of RGB (Red+Green+Blue) = 146+148+215=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #9294D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9294D7 is #6D6B28. Grayscale: #9A9A9A. Windows color (decimal): -7170857 or 14128274. OLE color: 14128274.
HSL color Cylindrical-coordinate representation of color #9294D7: hue angle of 238.26º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9294D7 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 148 | 215 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.16 |
| HSL | 238.26º | 0.46% | 0.71% | - |
| HSV(B) | 238.26º | 0.32% | 0.84% | - |
| XYZ | 34.71 | 32.2 | 68.68 | - |
| YUV | 155.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 148 | 215 | 0.32 | 0.31 | 0 | 0.16 | 238.26 | 0.46 | 0.71 |
| Hex | 92 | 94 | D7 | 20 | 1F | 0 | 10 | EE | 2E | 47 |
| Octal | 222 | 224 | 327 | 40 | 37 | 0 | 20 | 356 | 56 | 107 |
| Binary | 10010010 | 10010100 | 11010111 | 100000 | 11111 | 0 | 10000 | 11101110 | 101110 | 1000111 |
Color Harmonies of #9294D7
Complementary color
Monochromatic Colors of #9294D7
Black with #9294D7
Text Example
Text Example
White with #9294D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9294D7; }
p { color: rgb(146,148,215); }
H1.HeaderClassName
{
color: #9294D7;
}
.AnyTagClassName
{
color: #9294D7;
}
</style>
background-color css
<style>
a { background-color: #9294D7; }
a { background-color: rgb(146,148,215); }
div.DivClassName
{
background-color: #9294D7;
}
.BgClassName
{
background-color: #9294D7;
}
</style>
border-color css
<style>
span { border-color: #9294D7; }
span { border-color: rgb(146,148,215); }
td.TdClassName
{
border-color: #9294D7;
}
.TagClassName
{
border-color: #9294D7;
}
</style>