Shades of Blue Bell #9294BF
Tints of Blue Bell #9294BF
RGB
CMYK
RGB Variations
Color information
#9294BF (or 0x9294BF) is known color: Blue Bell. HEX triplet: 92, 94 and BF. RGB value is (146,148,191). Sum of RGB (Red+Green+Blue) = 146+148+191=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #9294BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9294BF is #6D6B40. Grayscale: #989898. Windows color (decimal): -7170881 or 12555410. OLE color: 12555410.
HSL color Cylindrical-coordinate representation of color #9294BF: hue angle of 237.33º 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 #9294BF is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 148 | 191 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.25 |
| HSL | 237.33º | 0.26% | 0.66% | - |
| HSV(B) | 237.33º | 0.24% | 0.75% | - |
| XYZ | 31.85 | 31.05 | 53.61 | - |
| YUV | 152.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 148 | 191 | 0.24 | 0.23 | 0 | 0.25 | 237.33 | 0.26 | 0.66 |
| Hex | 92 | 94 | BF | 18 | 17 | 0 | 19 | ED | 1A | 42 |
| Octal | 222 | 224 | 277 | 30 | 27 | 0 | 31 | 355 | 32 | 102 |
| Binary | 10010010 | 10010100 | 10111111 | 11000 | 10111 | 0 | 11001 | 11101101 | 11010 | 1000010 |
Color Harmonies of #9294BF
Complementary color
Monochromatic Colors of #9294BF
Black with #9294BF
Text Example
Text Example
White with #9294BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9294BF; }
p { color: rgb(146,148,191); }
H1.HeaderClassName
{
color: #9294BF;
}
.AnyTagClassName
{
color: #9294BF;
}
</style>
background-color css
<style>
a { background-color: #9294BF; }
a { background-color: rgb(146,148,191); }
div.DivClassName
{
background-color: #9294BF;
}
.BgClassName
{
background-color: #9294BF;
}
</style>
border-color css
<style>
span { border-color: #9294BF; }
span { border-color: rgb(146,148,191); }
td.TdClassName
{
border-color: #9294BF;
}
.TagClassName
{
border-color: #9294BF;
}
</style>