Shades of Blue Bell #9197CF
Tints of Blue Bell #9197CF
RGB
CMYK
RGB Variations
Color information
#9197CF (or 0x9197CF) is known color: Blue Bell. HEX triplet: 91, 97 and CF. RGB value is (145,151,207). Sum of RGB (Red+Green+Blue) = 145+151+207=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #9197CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197CF is #6E6830. Grayscale: #9B9B9B. Windows color (decimal): -7235633 or 13604753. OLE color: 13604753.
HSL color Cylindrical-coordinate representation of color #9197CF: hue angle of 234.19º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9197CF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 151 | 207 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.19 |
| HSL | 234.19º | 0.39% | 0.69% | - |
| HSV(B) | 234.19º | 0.3% | 0.81% | - |
| XYZ | 34.01 | 32.66 | 63.54 | - |
| YUV | 155.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 207 | 0.30 | 0.27 | 0 | 0.19 | 234.19 | 0.39 | 0.69 |
| Hex | 91 | 97 | CF | 1E | 1B | 0 | 13 | EA | 27 | 45 |
| Octal | 221 | 227 | 317 | 36 | 33 | 0 | 23 | 352 | 47 | 105 |
| Binary | 10010001 | 10010111 | 11001111 | 11110 | 11011 | 0 | 10011 | 11101010 | 100111 | 1000101 |
Color Harmonies of #9197CF
Complementary color
Monochromatic Colors of #9197CF
Black with #9197CF
Text Example
Text Example
White with #9197CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9197CF; }
p { color: rgb(145,151,207); }
H1.HeaderClassName
{
color: #9197CF;
}
.AnyTagClassName
{
color: #9197CF;
}
</style>
background-color css
<style>
a { background-color: #9197CF; }
a { background-color: rgb(145,151,207); }
div.DivClassName
{
background-color: #9197CF;
}
.BgClassName
{
background-color: #9197CF;
}
</style>
border-color css
<style>
span { border-color: #9197CF; }
span { border-color: rgb(145,151,207); }
td.TdClassName
{
border-color: #9197CF;
}
.TagClassName
{
border-color: #9197CF;
}
</style>