Shades of Blue Bell #9190CC
Tints of Blue Bell #9190CC
RGB
CMYK
RGB Variations
Color information
#9190CC (or 0x9190CC) is known color: Blue Bell. HEX triplet: 91, 90 and CC. RGB value is (145,144,204). Sum of RGB (Red+Green+Blue) = 145+144+204=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #9190CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9190CC is #6E6F33. Grayscale: #969696. Windows color (decimal): -7237428 or 13406353. OLE color: 13406353.
HSL color Cylindrical-coordinate representation of color #9190CC: hue angle of 241º 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 #9190CC is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 144 | 204 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.2 |
| HSL | 241º | 0.37% | 0.68% | - |
| HSV(B) | 241º | 0.29% | 0.8% | - |
| XYZ | 32.55 | 30.33 | 61.26 | - |
| YUV | 151.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 144 | 204 | 0.29 | 0.29 | 0 | 0.2 | 241 | 0.37 | 0.68 |
| Hex | 91 | 90 | CC | 1D | 1D | 0 | 14 | F1 | 25 | 44 |
| Octal | 221 | 220 | 314 | 35 | 35 | 0 | 24 | 361 | 45 | 104 |
| Binary | 10010001 | 10010000 | 11001100 | 11101 | 11101 | 0 | 10100 | 11110001 | 100101 | 1000100 |
Color Harmonies of #9190CC
Complementary color
Monochromatic Colors of #9190CC
Black with #9190CC
Text Example
Text Example
White with #9190CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9190CC; }
p { color: rgb(145,144,204); }
H1.HeaderClassName
{
color: #9190CC;
}
.AnyTagClassName
{
color: #9190CC;
}
</style>
background-color css
<style>
a { background-color: #9190CC; }
a { background-color: rgb(145,144,204); }
div.DivClassName
{
background-color: #9190CC;
}
.BgClassName
{
background-color: #9190CC;
}
</style>
border-color css
<style>
span { border-color: #9190CC; }
span { border-color: rgb(145,144,204); }
td.TdClassName
{
border-color: #9190CC;
}
.TagClassName
{
border-color: #9190CC;
}
</style>