Shades of Blue Bell #9191CA
Tints of Blue Bell #9191CA
RGB
CMYK
RGB Variations
Color information
#9191CA (or 0x9191CA) is known color: Blue Bell. HEX triplet: 91, 91 and CA. RGB value is (145,145,202). Sum of RGB (Red+Green+Blue) = 145+145+202=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #9191CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9191CA is #6E6E35. Grayscale: #979797. Windows color (decimal): -7237174 or 13275537. OLE color: 13275537.
HSL color Cylindrical-coordinate representation of color #9191CA: hue angle of 240º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9191CA is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 145 | 202 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.21 |
| HSL | 240º | 0.35% | 0.68% | - |
| HSV(B) | 240º | 0.28% | 0.79% | - |
| XYZ | 32.46 | 30.53 | 60.06 | - |
| YUV | 151.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 202 | 0.28 | 0.28 | 0 | 0.21 | 240 | 0.35 | 0.68 |
| Hex | 91 | 91 | CA | 1C | 1C | 0 | 15 | F0 | 23 | 44 |
| Octal | 221 | 221 | 312 | 34 | 34 | 0 | 25 | 360 | 43 | 104 |
| Binary | 10010001 | 10010001 | 11001010 | 11100 | 11100 | 0 | 10101 | 11110000 | 100011 | 1000100 |
Color Harmonies of #9191CA
Complementary color
Monochromatic Colors of #9191CA
Black with #9191CA
Text Example
Text Example
White with #9191CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9191CA; }
p { color: rgb(145,145,202); }
H1.HeaderClassName
{
color: #9191CA;
}
.AnyTagClassName
{
color: #9191CA;
}
</style>
background-color css
<style>
a { background-color: #9191CA; }
a { background-color: rgb(145,145,202); }
div.DivClassName
{
background-color: #9191CA;
}
.BgClassName
{
background-color: #9191CA;
}
</style>
border-color css
<style>
span { border-color: #9191CA; }
span { border-color: rgb(145,145,202); }
td.TdClassName
{
border-color: #9191CA;
}
.TagClassName
{
border-color: #9191CA;
}
</style>