Shades of Blue Bell #9197C1
Tints of Blue Bell #9197C1
RGB
CMYK
RGB Variations
Color information
#9197C1 (or 0x9197C1) is known color: Blue Bell. HEX triplet: 91, 97 and C1. RGB value is (145,151,193). Sum of RGB (Red+Green+Blue) = 145+151+193=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #9197C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197C1 is #6E683E. Grayscale: #999999. Windows color (decimal): -7235647 or 12687249. OLE color: 12687249.
HSL color Cylindrical-coordinate representation of color #9197C1: hue angle of 232.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9197C1 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 151 | 193 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.24 |
| HSL | 232.5º | 0.28% | 0.66% | - |
| HSV(B) | 232.5º | 0.25% | 0.76% | - |
| XYZ | 32.37 | 32 | 54.92 | - |
| YUV | 153.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 193 | 0.25 | 0.22 | 0 | 0.24 | 232.5 | 0.28 | 0.66 |
| Hex | 91 | 97 | C1 | 19 | 16 | 0 | 18 | E8 | 1C | 42 |
| Octal | 221 | 227 | 301 | 31 | 26 | 0 | 30 | 350 | 34 | 102 |
| Binary | 10010001 | 10010111 | 11000001 | 11001 | 10110 | 0 | 11000 | 11101000 | 11100 | 1000010 |
Color Harmonies of #9197C1
Complementary color
Monochromatic Colors of #9197C1
Black with #9197C1
Text Example
Text Example
White with #9197C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9197C1; }
p { color: rgb(145,151,193); }
H1.HeaderClassName
{
color: #9197C1;
}
.AnyTagClassName
{
color: #9197C1;
}
</style>
background-color css
<style>
a { background-color: #9197C1; }
a { background-color: rgb(145,151,193); }
div.DivClassName
{
background-color: #9197C1;
}
.BgClassName
{
background-color: #9197C1;
}
</style>
border-color css
<style>
span { border-color: #9197C1; }
span { border-color: rgb(145,151,193); }
td.TdClassName
{
border-color: #9197C1;
}
.TagClassName
{
border-color: #9197C1;
}
</style>