Shades of Blue Bell #9B9DDF
Tints of Blue Bell #9B9DDF
RGB
CMYK
RGB Variations
Color information
#9B9DDF (or 0x9B9DDF) is known color: Blue Bell. HEX triplet: 9B, 9D and DF. RGB value is (155,157,223). Sum of RGB (Red+Green+Blue) = 155+157+223=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9DDF is #646220. Grayscale: #A3A3A3. Windows color (decimal): -6578721 or 14654875. OLE color: 14654875.
HSL color Cylindrical-coordinate representation of color #9B9DDF: hue angle of 238.24º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B9DDF is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 157 | 223 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.13 |
| HSL | 238.24º | 0.52% | 0.74% | - |
| HSV(B) | 238.24º | 0.3% | 0.87% | - |
| XYZ | 38.89 | 36.41 | 74.79 | - |
| YUV | 163.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 157 | 223 | 0.30 | 0.30 | 0 | 0.13 | 238.24 | 0.52 | 0.74 |
| Hex | 9B | 9D | DF | 1E | 1E | 0 | D | EE | 34 | 4A |
| Octal | 233 | 235 | 337 | 36 | 36 | 0 | 15 | 356 | 64 | 112 |
| Binary | 10011011 | 10011101 | 11011111 | 11110 | 11110 | 0 | 1101 | 11101110 | 110100 | 1001010 |
Color Harmonies of #9B9DDF
Complementary color
Monochromatic Colors of #9B9DDF
Black with #9B9DDF
Text Example
Text Example
White with #9B9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9DDF; }
p { color: rgb(155,157,223); }
H1.HeaderClassName
{
color: #9B9DDF;
}
.AnyTagClassName
{
color: #9B9DDF;
}
</style>
background-color css
<style>
a { background-color: #9B9DDF; }
a { background-color: rgb(155,157,223); }
div.DivClassName
{
background-color: #9B9DDF;
}
.BgClassName
{
background-color: #9B9DDF;
}
</style>
border-color css
<style>
span { border-color: #9B9DDF; }
span { border-color: rgb(155,157,223); }
td.TdClassName
{
border-color: #9B9DDF;
}
.TagClassName
{
border-color: #9B9DDF;
}
</style>