Shades of Blue Bell #9290DA
Tints of Blue Bell #9290DA
RGB
CMYK
RGB Variations
Color information
#9290DA (or 0x9290DA) is known color: Blue Bell. HEX triplet: 92, 90 and DA. RGB value is (146,144,218). Sum of RGB (Red+Green+Blue) = 146+144+218=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #9290DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9290DA is #6D6F25. Grayscale: #989898. Windows color (decimal): -7171878 or 14323858. OLE color: 14323858.
HSL color Cylindrical-coordinate representation of color #9290DA: hue angle of 241.62º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9290DA is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 144 | 218 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.15 |
| HSL | 241.62º | 0.5% | 0.71% | - |
| HSV(B) | 241.62º | 0.34% | 0.85% | - |
| XYZ | 34.48 | 31.12 | 70.52 | - |
| YUV | 153.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 218 | 0.33 | 0.34 | 0 | 0.15 | 241.62 | 0.5 | 0.71 |
| Hex | 92 | 90 | DA | 21 | 22 | 0 | F | F2 | 32 | 47 |
| Octal | 222 | 220 | 332 | 41 | 42 | 0 | 17 | 362 | 62 | 107 |
| Binary | 10010010 | 10010000 | 11011010 | 100001 | 100010 | 0 | 1111 | 11110010 | 110010 | 1000111 |
Color Harmonies of #9290DA
Complementary color
Monochromatic Colors of #9290DA
Black with #9290DA
Text Example
Text Example
White with #9290DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290DA; }
p { color: rgb(146,144,218); }
H1.HeaderClassName
{
color: #9290DA;
}
.AnyTagClassName
{
color: #9290DA;
}
</style>
background-color css
<style>
a { background-color: #9290DA; }
a { background-color: rgb(146,144,218); }
div.DivClassName
{
background-color: #9290DA;
}
.BgClassName
{
background-color: #9290DA;
}
</style>
border-color css
<style>
span { border-color: #9290DA; }
span { border-color: rgb(146,144,218); }
td.TdClassName
{
border-color: #9290DA;
}
.TagClassName
{
border-color: #9290DA;
}
</style>