Shades of Blue Bell #9191CF
Tints of Blue Bell #9191CF
RGB
CMYK
RGB Variations
Color information
#9191CF (or 0x9191CF) is known color: Blue Bell. HEX triplet: 91, 91 and CF. RGB value is (145,145,207). Sum of RGB (Red+Green+Blue) = 145+145+207=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #9191CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9191CF is #6E6E30. Grayscale: #979797. Windows color (decimal): -7237169 or 13603217. OLE color: 13603217.
HSL color Cylindrical-coordinate representation of color #9191CF: hue angle of 240º 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 #9191CF is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 145 | 207 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.19 |
| HSL | 240º | 0.39% | 0.69% | - |
| HSV(B) | 240º | 0.3% | 0.81% | - |
| XYZ | 33.06 | 30.78 | 63.23 | - |
| YUV | 152.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 207 | 0.30 | 0.30 | 0 | 0.19 | 240 | 0.39 | 0.69 |
| Hex | 91 | 91 | CF | 1E | 1E | 0 | 13 | F0 | 27 | 45 |
| Octal | 221 | 221 | 317 | 36 | 36 | 0 | 23 | 360 | 47 | 105 |
| Binary | 10010001 | 10010001 | 11001111 | 11110 | 11110 | 0 | 10011 | 11110000 | 100111 | 1000101 |
Color Harmonies of #9191CF
Complementary color
Monochromatic Colors of #9191CF
Black with #9191CF
Text Example
Text Example
White with #9191CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9191CF; }
p { color: rgb(145,145,207); }
H1.HeaderClassName
{
color: #9191CF;
}
.AnyTagClassName
{
color: #9191CF;
}
</style>
background-color css
<style>
a { background-color: #9191CF; }
a { background-color: rgb(145,145,207); }
div.DivClassName
{
background-color: #9191CF;
}
.BgClassName
{
background-color: #9191CF;
}
</style>
border-color css
<style>
span { border-color: #9191CF; }
span { border-color: rgb(145,145,207); }
td.TdClassName
{
border-color: #9191CF;
}
.TagClassName
{
border-color: #9191CF;
}
</style>