Shades of Blue Bell #9297C1
Tints of Blue Bell #9297C1
RGB
CMYK
RGB Variations
Color information
#9297C1 (or 0x9297C1) is known color: Blue Bell. HEX triplet: 92, 97 and C1. RGB value is (146,151,193). Sum of RGB (Red+Green+Blue) = 146+151+193=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #9297C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9297C1 is #6D683E. Grayscale: #9A9A9A. Windows color (decimal): -7170111 or 12687250. OLE color: 12687250.
HSL color Cylindrical-coordinate representation of color #9297C1: hue angle of 233.62º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9297C1 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 151 | 193 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.24 |
| HSL | 233.62º | 0.27% | 0.66% | - |
| HSV(B) | 233.62º | 0.24% | 0.76% | - |
| XYZ | 32.55 | 32.09 | 54.93 | - |
| YUV | 154.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 151 | 193 | 0.24 | 0.22 | 0 | 0.24 | 233.62 | 0.27 | 0.66 |
| Hex | 92 | 97 | C1 | 18 | 16 | 0 | 18 | EA | 1B | 42 |
| Octal | 222 | 227 | 301 | 30 | 26 | 0 | 30 | 352 | 33 | 102 |
| Binary | 10010010 | 10010111 | 11000001 | 11000 | 10110 | 0 | 11000 | 11101010 | 11011 | 1000010 |
Color Harmonies of #9297C1
Complementary color
Monochromatic Colors of #9297C1
Black with #9297C1
Text Example
Text Example
White with #9297C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9297C1; }
p { color: rgb(146,151,193); }
H1.HeaderClassName
{
color: #9297C1;
}
.AnyTagClassName
{
color: #9297C1;
}
</style>
background-color css
<style>
a { background-color: #9297C1; }
a { background-color: rgb(146,151,193); }
div.DivClassName
{
background-color: #9297C1;
}
.BgClassName
{
background-color: #9297C1;
}
</style>
border-color css
<style>
span { border-color: #9297C1; }
span { border-color: rgb(146,151,193); }
td.TdClassName
{
border-color: #9297C1;
}
.TagClassName
{
border-color: #9297C1;
}
</style>