Shades of Blue Bell #9296BD
Tints of Blue Bell #9296BD
RGB
CMYK
RGB Variations
Color information
#9296BD (or 0x9296BD) is known color: Blue Bell. HEX triplet: 92, 96 and BD. RGB value is (146,150,189). Sum of RGB (Red+Green+Blue) = 146+150+189=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #9296BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296BD is #6D6942. Grayscale: #999999. Windows color (decimal): -7170371 or 12424850. OLE color: 12424850.
HSL color Cylindrical-coordinate representation of color #9296BD: hue angle of 234.42º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9296BD is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 150 | 189 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.26 |
| HSL | 234.42º | 0.25% | 0.66% | - |
| HSV(B) | 234.42º | 0.23% | 0.74% | - |
| XYZ | 31.95 | 31.6 | 52.56 | - |
| YUV | 153.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 189 | 0.23 | 0.21 | 0 | 0.26 | 234.42 | 0.25 | 0.66 |
| Hex | 92 | 96 | BD | 17 | 15 | 0 | 1A | EA | 19 | 42 |
| Octal | 222 | 226 | 275 | 27 | 25 | 0 | 32 | 352 | 31 | 102 |
| Binary | 10010010 | 10010110 | 10111101 | 10111 | 10101 | 0 | 11010 | 11101010 | 11001 | 1000010 |
Color Harmonies of #9296BD
Complementary color
Monochromatic Colors of #9296BD
Black with #9296BD
Text Example
Text Example
White with #9296BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9296BD; }
p { color: rgb(146,150,189); }
H1.HeaderClassName
{
color: #9296BD;
}
.AnyTagClassName
{
color: #9296BD;
}
</style>
background-color css
<style>
a { background-color: #9296BD; }
a { background-color: rgb(146,150,189); }
div.DivClassName
{
background-color: #9296BD;
}
.BgClassName
{
background-color: #9296BD;
}
</style>
border-color css
<style>
span { border-color: #9296BD; }
span { border-color: rgb(146,150,189); }
td.TdClassName
{
border-color: #9296BD;
}
.TagClassName
{
border-color: #9296BD;
}
</style>