Shades of Blue Bell #9B9FDD
Tints of Blue Bell #9B9FDD
RGB
CMYK
RGB Variations
Color information
#9B9FDD (or 0x9B9FDD) is known color: Blue Bell. HEX triplet: 9B, 9F and DD. RGB value is (155,159,221). Sum of RGB (Red+Green+Blue) = 155+159+221=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FDD is #646022. Grayscale: #A4A4A4. Windows color (decimal): -6578211 or 14524315. OLE color: 14524315.
HSL color Cylindrical-coordinate representation of color #9B9FDD: hue angle of 236.36º degrees, saturation: 0.49, 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 #9B9FDD is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 159 | 221 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.13 |
| HSL | 236.36º | 0.49% | 0.74% | - |
| HSV(B) | 236.36º | 0.3% | 0.87% | - |
| XYZ | 38.97 | 36.99 | 73.49 | - |
| YUV | 164.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 159 | 221 | 0.30 | 0.28 | 0 | 0.13 | 236.36 | 0.49 | 0.74 |
| Hex | 9B | 9F | DD | 1E | 1C | 0 | D | EC | 31 | 4A |
| Octal | 233 | 237 | 335 | 36 | 34 | 0 | 15 | 354 | 61 | 112 |
| Binary | 10011011 | 10011111 | 11011101 | 11110 | 11100 | 0 | 1101 | 11101100 | 110001 | 1001010 |
Color Harmonies of #9B9FDD
Complementary color
Monochromatic Colors of #9B9FDD
Black with #9B9FDD
Text Example
Text Example
White with #9B9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9FDD; }
p { color: rgb(155,159,221); }
H1.HeaderClassName
{
color: #9B9FDD;
}
.AnyTagClassName
{
color: #9B9FDD;
}
</style>
background-color css
<style>
a { background-color: #9B9FDD; }
a { background-color: rgb(155,159,221); }
div.DivClassName
{
background-color: #9B9FDD;
}
.BgClassName
{
background-color: #9B9FDD;
}
</style>
border-color css
<style>
span { border-color: #9B9FDD; }
span { border-color: rgb(155,159,221); }
td.TdClassName
{
border-color: #9B9FDD;
}
.TagClassName
{
border-color: #9B9FDD;
}
</style>