Shades of Blue Bell #9299BF
Tints of Blue Bell #9299BF
RGB
CMYK
RGB Variations
Color information
#9299BF (or 0x9299BF) is known color: Blue Bell. HEX triplet: 92, 99 and BF. RGB value is (146,153,191). Sum of RGB (Red+Green+Blue) = 146+153+191=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #9299BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299BF is #6D6640. Grayscale: #9B9B9B. Windows color (decimal): -7169601 or 12556690. OLE color: 12556690.
HSL color Cylindrical-coordinate representation of color #9299BF: hue angle of 230.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9299BF is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 153 | 191 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.25 |
| HSL | 230.67º | 0.26% | 0.66% | - |
| HSV(B) | 230.67º | 0.24% | 0.75% | - |
| XYZ | 32.65 | 32.66 | 53.87 | - |
| YUV | 155.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 191 | 0.24 | 0.20 | 0 | 0.25 | 230.67 | 0.26 | 0.66 |
| Hex | 92 | 99 | BF | 18 | 14 | 0 | 19 | E7 | 1A | 42 |
| Octal | 222 | 231 | 277 | 30 | 24 | 0 | 31 | 347 | 32 | 102 |
| Binary | 10010010 | 10011001 | 10111111 | 11000 | 10100 | 0 | 11001 | 11100111 | 11010 | 1000010 |
Color Harmonies of #9299BF
Complementary color
Monochromatic Colors of #9299BF
Black with #9299BF
Text Example
Text Example
White with #9299BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299BF; }
p { color: rgb(146,153,191); }
H1.HeaderClassName
{
color: #9299BF;
}
.AnyTagClassName
{
color: #9299BF;
}
</style>
background-color css
<style>
a { background-color: #9299BF; }
a { background-color: rgb(146,153,191); }
div.DivClassName
{
background-color: #9299BF;
}
.BgClassName
{
background-color: #9299BF;
}
</style>
border-color css
<style>
span { border-color: #9299BF; }
span { border-color: rgb(146,153,191); }
td.TdClassName
{
border-color: #9299BF;
}
.TagClassName
{
border-color: #9299BF;
}
</style>