Shades of Blue Bell #9296C9
Tints of Blue Bell #9296C9
RGB
CMYK
RGB Variations
Color information
#9296C9 (or 0x9296C9) is known color: Blue Bell. HEX triplet: 92, 96 and C9. RGB value is (146,150,201). Sum of RGB (Red+Green+Blue) = 146+150+201=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #9296C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296C9 is #6D6936. Grayscale: #9A9A9A. Windows color (decimal): -7170359 or 13211282. OLE color: 13211282.
HSL color Cylindrical-coordinate representation of color #9296C9: hue angle of 235.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9296C9 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 150 | 201 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.21 |
| HSL | 235.64º | 0.34% | 0.68% | - |
| HSV(B) | 235.64º | 0.27% | 0.79% | - |
| XYZ | 33.3 | 32.14 | 59.71 | - |
| YUV | 154.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 201 | 0.27 | 0.25 | 0 | 0.21 | 235.64 | 0.34 | 0.68 |
| Hex | 92 | 96 | C9 | 1B | 19 | 0 | 15 | EC | 22 | 44 |
| Octal | 222 | 226 | 311 | 33 | 31 | 0 | 25 | 354 | 42 | 104 |
| Binary | 10010010 | 10010110 | 11001001 | 11011 | 11001 | 0 | 10101 | 11101100 | 100010 | 1000100 |
Color Harmonies of #9296C9
Complementary color
Monochromatic Colors of #9296C9
Black with #9296C9
Text Example
Text Example
White with #9296C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9296C9; }
p { color: rgb(146,150,201); }
H1.HeaderClassName
{
color: #9296C9;
}
.AnyTagClassName
{
color: #9296C9;
}
</style>
background-color css
<style>
a { background-color: #9296C9; }
a { background-color: rgb(146,150,201); }
div.DivClassName
{
background-color: #9296C9;
}
.BgClassName
{
background-color: #9296C9;
}
</style>
border-color css
<style>
span { border-color: #9296C9; }
span { border-color: rgb(146,150,201); }
td.TdClassName
{
border-color: #9296C9;
}
.TagClassName
{
border-color: #9296C9;
}
</style>