Shades of Blue Bell #9197BD
Tints of Blue Bell #9197BD
RGB
CMYK
RGB Variations
Color information
#9197BD (or 0x9197BD) is known color: Blue Bell. HEX triplet: 91, 97 and BD. RGB value is (145,151,189). Sum of RGB (Red+Green+Blue) = 145+151+189=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 151 (59.38% from 255 or 31.13% 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 #9197BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197BD is #6E6842. Grayscale: #999999. Windows color (decimal): -7235651 or 12425105. OLE color: 12425105.
HSL color Cylindrical-coordinate representation of color #9197BD: hue angle of 231.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9197BD is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 151 | 189 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.26 |
| HSL | 231.82º | 0.25% | 0.65% | - |
| HSV(B) | 231.82º | 0.23% | 0.74% | - |
| XYZ | 31.93 | 31.83 | 52.6 | - |
| YUV | 153.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 189 | 0.23 | 0.20 | 0 | 0.26 | 231.82 | 0.25 | 0.65 |
| Hex | 91 | 97 | BD | 17 | 14 | 0 | 1A | E8 | 19 | 41 |
| Octal | 221 | 227 | 275 | 27 | 24 | 0 | 32 | 350 | 31 | 101 |
| Binary | 10010001 | 10010111 | 10111101 | 10111 | 10100 | 0 | 11010 | 11101000 | 11001 | 1000001 |
Color Harmonies of #9197BD
Complementary color
Monochromatic Colors of #9197BD
Black with #9197BD
Text Example
Text Example
White with #9197BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9197BD; }
p { color: rgb(145,151,189); }
H1.HeaderClassName
{
color: #9197BD;
}
.AnyTagClassName
{
color: #9197BD;
}
</style>
background-color css
<style>
a { background-color: #9197BD; }
a { background-color: rgb(145,151,189); }
div.DivClassName
{
background-color: #9197BD;
}
.BgClassName
{
background-color: #9197BD;
}
</style>
border-color css
<style>
span { border-color: #9197BD; }
span { border-color: rgb(145,151,189); }
td.TdClassName
{
border-color: #9197BD;
}
.TagClassName
{
border-color: #9197BD;
}
</style>