Shades of Blue Bell #9290D7
Tints of Blue Bell #9290D7
RGB
CMYK
RGB Variations
Color information
#9290D7 (or 0x9290D7) is known color: Blue Bell. HEX triplet: 92, 90 and D7. RGB value is (146,144,215). Sum of RGB (Red+Green+Blue) = 146+144+215=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #9290D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9290D7 is #6D6F28. Grayscale: #989898. Windows color (decimal): -7171881 or 14127250. OLE color: 14127250.
HSL color Cylindrical-coordinate representation of color #9290D7: hue angle of 241.69º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9290D7 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 144 | 215 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.16 |
| HSL | 241.69º | 0.47% | 0.7% | - |
| HSV(B) | 241.69º | 0.33% | 0.84% | - |
| XYZ | 34.09 | 30.96 | 68.47 | - |
| YUV | 152.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 215 | 0.32 | 0.33 | 0 | 0.16 | 241.69 | 0.47 | 0.7 |
| Hex | 92 | 90 | D7 | 20 | 21 | 0 | 10 | F2 | 2F | 46 |
| Octal | 222 | 220 | 327 | 40 | 41 | 0 | 20 | 362 | 57 | 106 |
| Binary | 10010010 | 10010000 | 11010111 | 100000 | 100001 | 0 | 10000 | 11110010 | 101111 | 1000110 |
Color Harmonies of #9290D7
Complementary color
Monochromatic Colors of #9290D7
Black with #9290D7
Text Example
Text Example
White with #9290D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290D7; }
p { color: rgb(146,144,215); }
H1.HeaderClassName
{
color: #9290D7;
}
.AnyTagClassName
{
color: #9290D7;
}
</style>
background-color css
<style>
a { background-color: #9290D7; }
a { background-color: rgb(146,144,215); }
div.DivClassName
{
background-color: #9290D7;
}
.BgClassName
{
background-color: #9290D7;
}
</style>
border-color css
<style>
span { border-color: #9290D7; }
span { border-color: rgb(146,144,215); }
td.TdClassName
{
border-color: #9290D7;
}
.TagClassName
{
border-color: #9290D7;
}
</style>