Shades of Blue Bell #9B9BD5
Tints of Blue Bell #9B9BD5
RGB
CMYK
RGB Variations
Color information
#9B9BD5 (or 0x9B9BD5) is known color: Blue Bell. HEX triplet: 9B, 9B and D5. RGB value is (155,155,213). Sum of RGB (Red+Green+Blue) = 155+155+213=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B9BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9BD5 is #64642A. Grayscale: #A1A1A1. Windows color (decimal): -6579243 or 13999003. OLE color: 13999003.
HSL color Cylindrical-coordinate representation of color #9B9BD5: hue angle of 240º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B9BD5 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 155 | 213 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.16 |
| HSL | 240º | 0.41% | 0.72% | - |
| HSV(B) | 240º | 0.27% | 0.84% | - |
| XYZ | 37.25 | 35.22 | 67.78 | - |
| YUV | 161.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 155 | 213 | 0.27 | 0.27 | 0 | 0.16 | 240 | 0.41 | 0.72 |
| Hex | 9B | 9B | D5 | 1B | 1B | 0 | 10 | F0 | 29 | 48 |
| Octal | 233 | 233 | 325 | 33 | 33 | 0 | 20 | 360 | 51 | 110 |
| Binary | 10011011 | 10011011 | 11010101 | 11011 | 11011 | 0 | 10000 | 11110000 | 101001 | 1001000 |
Color Harmonies of #9B9BD5
Complementary color
Monochromatic Colors of #9B9BD5
Black with #9B9BD5
Text Example
Text Example
White with #9B9BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9BD5; }
p { color: rgb(155,155,213); }
H1.HeaderClassName
{
color: #9B9BD5;
}
.AnyTagClassName
{
color: #9B9BD5;
}
</style>
background-color css
<style>
a { background-color: #9B9BD5; }
a { background-color: rgb(155,155,213); }
div.DivClassName
{
background-color: #9B9BD5;
}
.BgClassName
{
background-color: #9B9BD5;
}
</style>
border-color css
<style>
span { border-color: #9B9BD5; }
span { border-color: rgb(155,155,213); }
td.TdClassName
{
border-color: #9B9BD5;
}
.TagClassName
{
border-color: #9B9BD5;
}
</style>