Shades of Blue Bell #9192CC
Tints of Blue Bell #9192CC
RGB
CMYK
RGB Variations
Color information
#9192CC (or 0x9192CC) is known color: Blue Bell. HEX triplet: 91, 92 and CC. RGB value is (145,146,204). Sum of RGB (Red+Green+Blue) = 145+146+204=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #9192CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9192CC is #6E6D33. Grayscale: #989898. Windows color (decimal): -7236916 or 13406865. OLE color: 13406865.
HSL color Cylindrical-coordinate representation of color #9192CC: hue angle of 238.98º 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 #9192CC is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 146 | 204 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.2 |
| HSL | 238.98º | 0.37% | 0.68% | - |
| HSV(B) | 238.98º | 0.29% | 0.8% | - |
| XYZ | 32.86 | 30.94 | 61.37 | - |
| YUV | 152.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 204 | 0.29 | 0.28 | 0 | 0.2 | 238.98 | 0.37 | 0.68 |
| Hex | 91 | 92 | CC | 1D | 1C | 0 | 14 | EF | 25 | 44 |
| Octal | 221 | 222 | 314 | 35 | 34 | 0 | 24 | 357 | 45 | 104 |
| Binary | 10010001 | 10010010 | 11001100 | 11101 | 11100 | 0 | 10100 | 11101111 | 100101 | 1000100 |
Color Harmonies of #9192CC
Complementary color
Monochromatic Colors of #9192CC
Black with #9192CC
Text Example
Text Example
White with #9192CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9192CC; }
p { color: rgb(145,146,204); }
H1.HeaderClassName
{
color: #9192CC;
}
.AnyTagClassName
{
color: #9192CC;
}
</style>
background-color css
<style>
a { background-color: #9192CC; }
a { background-color: rgb(145,146,204); }
div.DivClassName
{
background-color: #9192CC;
}
.BgClassName
{
background-color: #9192CC;
}
</style>
border-color css
<style>
span { border-color: #9192CC; }
span { border-color: rgb(145,146,204); }
td.TdClassName
{
border-color: #9192CC;
}
.TagClassName
{
border-color: #9192CC;
}
</style>