Shades of Blue Bell #9298BE
Tints of Blue Bell #9298BE
RGB
CMYK
RGB Variations
Color information
#9298BE (or 0x9298BE) is known color: Blue Bell. HEX triplet: 92, 98 and BE. RGB value is (146,152,190). Sum of RGB (Red+Green+Blue) = 146+152+190=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #9298BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298BE is #6D6741. Grayscale: #9A9A9A. Windows color (decimal): -7169858 or 12490898. OLE color: 12490898.
HSL color Cylindrical-coordinate representation of color #9298BE: hue angle of 231.82º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9298BE is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 152 | 190 | - |
| CMYK | 0.23 | 0.2 | 0 | 0.25 |
| HSL | 231.82º | 0.25% | 0.66% | - |
| HSV(B) | 231.82º | 0.23% | 0.75% | - |
| XYZ | 32.38 | 32.29 | 53.24 | - |
| YUV | 154.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 190 | 0.23 | 0.2 | 0 | 0.25 | 231.82 | 0.25 | 0.66 |
| Hex | 92 | 98 | BE | 17 | 14 | 0 | 19 | E8 | 19 | 42 |
| Octal | 222 | 230 | 276 | 27 | 24 | 0 | 31 | 350 | 31 | 102 |
| Binary | 10010010 | 10011000 | 10111110 | 10111 | 10100 | 0 | 11001 | 11101000 | 11001 | 1000010 |
Color Harmonies of #9298BE
Complementary color
Monochromatic Colors of #9298BE
Black with #9298BE
Text Example
Text Example
White with #9298BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9298BE; }
p { color: rgb(146,152,190); }
H1.HeaderClassName
{
color: #9298BE;
}
.AnyTagClassName
{
color: #9298BE;
}
</style>
background-color css
<style>
a { background-color: #9298BE; }
a { background-color: rgb(146,152,190); }
div.DivClassName
{
background-color: #9298BE;
}
.BgClassName
{
background-color: #9298BE;
}
</style>
border-color css
<style>
span { border-color: #9298BE; }
span { border-color: rgb(146,152,190); }
td.TdClassName
{
border-color: #9298BE;
}
.TagClassName
{
border-color: #9298BE;
}
</style>