Shades of Blue Bell #9B92D1
Tints of Blue Bell #9B92D1
RGB
CMYK
RGB Variations
Color information
#9B92D1 (or 0x9B92D1) is known color: Blue Bell. HEX triplet: 9B, 92 and D1. RGB value is (155,146,209). Sum of RGB (Red+Green+Blue) = 155+146+209=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #9B92D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92D1 is #646D2E. Grayscale: #9B9B9B. Windows color (decimal): -6581551 or 13734555. OLE color: 13734555.
HSL color Cylindrical-coordinate representation of color #9B92D1: hue angle of 248.57º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B92D1 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 146 | 209 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.18 |
| HSL | 248.57º | 0.41% | 0.7% | - |
| HSV(B) | 248.57º | 0.3% | 0.82% | - |
| XYZ | 35.31 | 32.13 | 64.66 | - |
| YUV | 155.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 209 | 0.26 | 0.30 | 0 | 0.18 | 248.57 | 0.41 | 0.7 |
| Hex | 9B | 92 | D1 | 1A | 1E | 0 | 12 | F9 | 29 | 46 |
| Octal | 233 | 222 | 321 | 32 | 36 | 0 | 22 | 371 | 51 | 106 |
| Binary | 10011011 | 10010010 | 11010001 | 11010 | 11110 | 0 | 10010 | 11111001 | 101001 | 1000110 |
Color Harmonies of #9B92D1
Complementary color
Monochromatic Colors of #9B92D1
Black with #9B92D1
Text Example
Text Example
White with #9B92D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B92D1; }
p { color: rgb(155,146,209); }
H1.HeaderClassName
{
color: #9B92D1;
}
.AnyTagClassName
{
color: #9B92D1;
}
</style>
background-color css
<style>
a { background-color: #9B92D1; }
a { background-color: rgb(155,146,209); }
div.DivClassName
{
background-color: #9B92D1;
}
.BgClassName
{
background-color: #9B92D1;
}
</style>
border-color css
<style>
span { border-color: #9B92D1; }
span { border-color: rgb(155,146,209); }
td.TdClassName
{
border-color: #9B92D1;
}
.TagClassName
{
border-color: #9B92D1;
}
</style>