Shades of Blue Bell #9B9DDC
Tints of Blue Bell #9B9DDC
RGB
CMYK
RGB Variations
Color information
#9B9DDC (or 0x9B9DDC) is known color: Blue Bell. HEX triplet: 9B, 9D and DC. RGB value is (155,157,220). Sum of RGB (Red+Green+Blue) = 155+157+220=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9DDC is #646223. Grayscale: #A3A3A3. Windows color (decimal): -6578724 or 14458267. OLE color: 14458267.
HSL color Cylindrical-coordinate representation of color #9B9DDC: hue angle of 238.15º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B9DDC is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 157 | 220 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.14 |
| HSL | 238.15º | 0.48% | 0.74% | - |
| HSV(B) | 238.15º | 0.3% | 0.86% | - |
| XYZ | 38.49 | 36.25 | 72.68 | - |
| YUV | 163.58 | 159.84 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 157 | 220 | 0.30 | 0.29 | 0 | 0.14 | 238.15 | 0.48 | 0.74 |
| Hex | 9B | 9D | DC | 1E | 1D | 0 | E | EE | 30 | 4A |
| Octal | 233 | 235 | 334 | 36 | 35 | 0 | 16 | 356 | 60 | 112 |
| Binary | 10011011 | 10011101 | 11011100 | 11110 | 11101 | 0 | 1110 | 11101110 | 110000 | 1001010 |
Color Harmonies of #9B9DDC
Complementary color
Monochromatic Colors of #9B9DDC
Black with #9B9DDC
Text Example
Text Example
White with #9B9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9DDC; }
p { color: rgb(155,157,220); }
H1.HeaderClassName
{
color: #9B9DDC;
}
.AnyTagClassName
{
color: #9B9DDC;
}
</style>
background-color css
<style>
a { background-color: #9B9DDC; }
a { background-color: rgb(155,157,220); }
div.DivClassName
{
background-color: #9B9DDC;
}
.BgClassName
{
background-color: #9B9DDC;
}
</style>
border-color css
<style>
span { border-color: #9B9DDC; }
span { border-color: rgb(155,157,220); }
td.TdClassName
{
border-color: #9B9DDC;
}
.TagClassName
{
border-color: #9B9DDC;
}
</style>