Shades of Blue Bell #9B9CCD
Tints of Blue Bell #9B9CCD
RGB
CMYK
RGB Variations
Color information
#9B9CCD (or 0x9B9CCD) is known color: Blue Bell. HEX triplet: 9B, 9C and CD. RGB value is (155,156,205). Sum of RGB (Red+Green+Blue) = 155+156+205=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9CCD is #646332. Grayscale: #A1A1A1. Windows color (decimal): -6578995 or 13474971. OLE color: 13474971.
HSL color Cylindrical-coordinate representation of color #9B9CCD: hue angle of 238.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B9CCD is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 156 | 205 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.20 |
| HSL | 238.8º | 0.33% | 0.71% | - |
| HSV(B) | 238.8º | 0.24% | 0.8% | - |
| XYZ | 36.43 | 35.15 | 62.62 | - |
| YUV | 161.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 156 | 205 | 0.24 | 0.24 | 0 | 0.20 | 238.8 | 0.33 | 0.71 |
| Hex | 9B | 9C | CD | 18 | 18 | 0 | 14 | EF | 21 | 47 |
| Octal | 233 | 234 | 315 | 30 | 30 | 0 | 24 | 357 | 41 | 107 |
| Binary | 10011011 | 10011100 | 11001101 | 11000 | 11000 | 0 | 10100 | 11101111 | 100001 | 1000111 |
Color Harmonies of #9B9CCD
Complementary color
Monochromatic Colors of #9B9CCD
Black with #9B9CCD
Text Example
Text Example
White with #9B9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9CCD; }
p { color: rgb(155,156,205); }
H1.HeaderClassName
{
color: #9B9CCD;
}
.AnyTagClassName
{
color: #9B9CCD;
}
</style>
background-color css
<style>
a { background-color: #9B9CCD; }
a { background-color: rgb(155,156,205); }
div.DivClassName
{
background-color: #9B9CCD;
}
.BgClassName
{
background-color: #9B9CCD;
}
</style>
border-color css
<style>
span { border-color: #9B9CCD; }
span { border-color: rgb(155,156,205); }
td.TdClassName
{
border-color: #9B9CCD;
}
.TagClassName
{
border-color: #9B9CCD;
}
</style>