Shades of Blue Bell #9290BE
Tints of Blue Bell #9290BE
RGB
CMYK
RGB Variations
Color information
#9290BE (or 0x9290BE) is known color: Blue Bell. HEX triplet: 92, 90 and BE. RGB value is (146,144,190). Sum of RGB (Red+Green+Blue) = 146+144+190=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #9290BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9290BE is #6D6F41. Grayscale: #959595. Windows color (decimal): -7171906 or 12488850. OLE color: 12488850.
HSL color Cylindrical-coordinate representation of color #9290BE: hue angle of 242.61º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9290BE is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 144 | 190 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.25 |
| HSL | 242.61º | 0.26% | 0.65% | - |
| HSV(B) | 242.61º | 0.24% | 0.75% | - |
| XYZ | 31.12 | 29.78 | 52.82 | - |
| YUV | 149.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 190 | 0.23 | 0.24 | 0 | 0.25 | 242.61 | 0.26 | 0.65 |
| Hex | 92 | 90 | BE | 17 | 18 | 0 | 19 | F3 | 1A | 41 |
| Octal | 222 | 220 | 276 | 27 | 30 | 0 | 31 | 363 | 32 | 101 |
| Binary | 10010010 | 10010000 | 10111110 | 10111 | 11000 | 0 | 11001 | 11110011 | 11010 | 1000001 |
Color Harmonies of #9290BE
Complementary color
Monochromatic Colors of #9290BE
Black with #9290BE
Text Example
Text Example
White with #9290BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290BE; }
p { color: rgb(146,144,190); }
H1.HeaderClassName
{
color: #9290BE;
}
.AnyTagClassName
{
color: #9290BE;
}
</style>
background-color css
<style>
a { background-color: #9290BE; }
a { background-color: rgb(146,144,190); }
div.DivClassName
{
background-color: #9290BE;
}
.BgClassName
{
background-color: #9290BE;
}
</style>
border-color css
<style>
span { border-color: #9290BE; }
span { border-color: rgb(146,144,190); }
td.TdClassName
{
border-color: #9290BE;
}
.TagClassName
{
border-color: #9290BE;
}
</style>