Shades of Blue Bell #9B95DD
Tints of Blue Bell #9B95DD
RGB
CMYK
RGB Variations
Color information
#9B95DD (or 0x9B95DD) is known color: Blue Bell. HEX triplet: 9B, 95 and DD. RGB value is (155,149,221). Sum of RGB (Red+Green+Blue) = 155+149+221=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B95DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B95DD is #646A22. Grayscale: #9E9E9E. Windows color (decimal): -6580771 or 14521755. OLE color: 14521755.
HSL color Cylindrical-coordinate representation of color #9B95DD: hue angle of 245º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B95DD is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 149 | 221 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.13 |
| HSL | 245º | 0.51% | 0.73% | - |
| HSV(B) | 245º | 0.33% | 0.87% | - |
| XYZ | 37.32 | 33.68 | 72.94 | - |
| YUV | 159 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 221 | 0.30 | 0.33 | 0 | 0.13 | 245 | 0.51 | 0.73 |
| Hex | 9B | 95 | DD | 1E | 21 | 0 | D | F5 | 33 | 49 |
| Octal | 233 | 225 | 335 | 36 | 41 | 0 | 15 | 365 | 63 | 111 |
| Binary | 10011011 | 10010101 | 11011101 | 11110 | 100001 | 0 | 1101 | 11110101 | 110011 | 1001001 |
Color Harmonies of #9B95DD
Complementary color
Monochromatic Colors of #9B95DD
Black with #9B95DD
Text Example
Text Example
White with #9B95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B95DD; }
p { color: rgb(155,149,221); }
H1.HeaderClassName
{
color: #9B95DD;
}
.AnyTagClassName
{
color: #9B95DD;
}
</style>
background-color css
<style>
a { background-color: #9B95DD; }
a { background-color: rgb(155,149,221); }
div.DivClassName
{
background-color: #9B95DD;
}
.BgClassName
{
background-color: #9B95DD;
}
</style>
border-color css
<style>
span { border-color: #9B95DD; }
span { border-color: rgb(155,149,221); }
td.TdClassName
{
border-color: #9B95DD;
}
.TagClassName
{
border-color: #9B95DD;
}
</style>