Shades of Blue Bell #9299BE
Tints of Blue Bell #9299BE
RGB
CMYK
RGB Variations
Color information
#9299BE (or 0x9299BE) is known color: Blue Bell. HEX triplet: 92, 99 and BE. RGB value is (146,153,190). Sum of RGB (Red+Green+Blue) = 146+153+190=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #9299BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299BE is #6D6641. Grayscale: #9A9A9A. Windows color (decimal): -7169602 or 12491154. OLE color: 12491154.
HSL color Cylindrical-coordinate representation of color #9299BE: hue angle of 230.45º 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 #9299BE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 153 | 190 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.25 |
| HSL | 230.45º | 0.25% | 0.66% | - |
| HSV(B) | 230.45º | 0.23% | 0.75% | - |
| XYZ | 32.54 | 32.61 | 53.29 | - |
| YUV | 155.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 190 | 0.23 | 0.19 | 0 | 0.25 | 230.45 | 0.25 | 0.66 |
| Hex | 92 | 99 | BE | 17 | 13 | 0 | 19 | E6 | 19 | 42 |
| Octal | 222 | 231 | 276 | 27 | 23 | 0 | 31 | 346 | 31 | 102 |
| Binary | 10010010 | 10011001 | 10111110 | 10111 | 10011 | 0 | 11001 | 11100110 | 11001 | 1000010 |
Color Harmonies of #9299BE
Complementary color
Monochromatic Colors of #9299BE
Black with #9299BE
Text Example
Text Example
White with #9299BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299BE; }
p { color: rgb(146,153,190); }
H1.HeaderClassName
{
color: #9299BE;
}
.AnyTagClassName
{
color: #9299BE;
}
</style>
background-color css
<style>
a { background-color: #9299BE; }
a { background-color: rgb(146,153,190); }
div.DivClassName
{
background-color: #9299BE;
}
.BgClassName
{
background-color: #9299BE;
}
</style>
border-color css
<style>
span { border-color: #9299BE; }
span { border-color: rgb(146,153,190); }
td.TdClassName
{
border-color: #9299BE;
}
.TagClassName
{
border-color: #9299BE;
}
</style>