Shades of Blue Bell #9191CC
Tints of Blue Bell #9191CC
RGB
CMYK
RGB Variations
Color information
#9191CC (or 0x9191CC) is known color: Blue Bell. HEX triplet: 91, 91 and CC. RGB value is (145,145,204). Sum of RGB (Red+Green+Blue) = 145+145+204=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #9191CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9191CC is #6E6E33. Grayscale: #979797. Windows color (decimal): -7237172 or 13406609. OLE color: 13406609.
HSL color Cylindrical-coordinate representation of color #9191CC: hue angle of 240º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9191CC is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 145 | 204 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.2 |
| HSL | 240º | 0.37% | 0.68% | - |
| HSV(B) | 240º | 0.29% | 0.8% | - |
| XYZ | 32.7 | 30.63 | 61.32 | - |
| YUV | 151.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 204 | 0.29 | 0.29 | 0 | 0.2 | 240 | 0.37 | 0.68 |
| Hex | 91 | 91 | CC | 1D | 1D | 0 | 14 | F0 | 25 | 44 |
| Octal | 221 | 221 | 314 | 35 | 35 | 0 | 24 | 360 | 45 | 104 |
| Binary | 10010001 | 10010001 | 11001100 | 11101 | 11101 | 0 | 10100 | 11110000 | 100101 | 1000100 |
Color Harmonies of #9191CC
Complementary color
Monochromatic Colors of #9191CC
Black with #9191CC
Text Example
Text Example
White with #9191CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9191CC; }
p { color: rgb(145,145,204); }
H1.HeaderClassName
{
color: #9191CC;
}
.AnyTagClassName
{
color: #9191CC;
}
</style>
background-color css
<style>
a { background-color: #9191CC; }
a { background-color: rgb(145,145,204); }
div.DivClassName
{
background-color: #9191CC;
}
.BgClassName
{
background-color: #9191CC;
}
</style>
border-color css
<style>
span { border-color: #9191CC; }
span { border-color: rgb(145,145,204); }
td.TdClassName
{
border-color: #9191CC;
}
.TagClassName
{
border-color: #9191CC;
}
</style>