Shades of Blue Bell #9B92CB
Tints of Blue Bell #9B92CB
RGB
CMYK
RGB Variations
Color information
#9B92CB (or 0x9B92CB) is known color: Blue Bell. HEX triplet: 9B, 92 and CB. RGB value is (155,146,203). Sum of RGB (Red+Green+Blue) = 155+146+203=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B92CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92CB is #646D34. Grayscale: #9A9A9A. Windows color (decimal): -6581557 or 13341339. OLE color: 13341339.
HSL color Cylindrical-coordinate representation of color #9B92CB: hue angle of 249.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B92CB is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 146 | 203 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.20 |
| HSL | 249.47º | 0.35% | 0.68% | - |
| HSV(B) | 249.47º | 0.28% | 0.8% | - |
| XYZ | 34.58 | 31.84 | 60.82 | - |
| YUV | 155.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 203 | 0.24 | 0.28 | 0 | 0.20 | 249.47 | 0.35 | 0.68 |
| Hex | 9B | 92 | CB | 18 | 1C | 0 | 14 | F9 | 23 | 44 |
| Octal | 233 | 222 | 313 | 30 | 34 | 0 | 24 | 371 | 43 | 104 |
| Binary | 10011011 | 10010010 | 11001011 | 11000 | 11100 | 0 | 10100 | 11111001 | 100011 | 1000100 |
Color Harmonies of #9B92CB
Complementary color
Monochromatic Colors of #9B92CB
Black with #9B92CB
Text Example
Text Example
White with #9B92CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B92CB; }
p { color: rgb(155,146,203); }
H1.HeaderClassName
{
color: #9B92CB;
}
.AnyTagClassName
{
color: #9B92CB;
}
</style>
background-color css
<style>
a { background-color: #9B92CB; }
a { background-color: rgb(155,146,203); }
div.DivClassName
{
background-color: #9B92CB;
}
.BgClassName
{
background-color: #9B92CB;
}
</style>
border-color css
<style>
span { border-color: #9B92CB; }
span { border-color: rgb(155,146,203); }
td.TdClassName
{
border-color: #9B92CB;
}
.TagClassName
{
border-color: #9B92CB;
}
</style>