Shades of Blue Bell #9B9DD5
Tints of Blue Bell #9B9DD5
RGB
CMYK
RGB Variations
Color information
#9B9DD5 (or 0x9B9DD5) is known color: Blue Bell. HEX triplet: 9B, 9D and D5. RGB value is (155,157,213). Sum of RGB (Red+Green+Blue) = 155+157+213=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B9DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9DD5 is #64622A. Grayscale: #A2A2A2. Windows color (decimal): -6578731 or 13999515. OLE color: 13999515.
HSL color Cylindrical-coordinate representation of color #9B9DD5: hue angle of 237.93º 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 #9B9DD5 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 157 | 213 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.16 |
| HSL | 237.93º | 0.41% | 0.72% | - |
| HSV(B) | 237.93º | 0.27% | 0.84% | - |
| XYZ | 37.58 | 35.89 | 67.9 | - |
| YUV | 162.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 157 | 213 | 0.27 | 0.26 | 0 | 0.16 | 237.93 | 0.41 | 0.72 |
| Hex | 9B | 9D | D5 | 1B | 1A | 0 | 10 | EE | 29 | 48 |
| Octal | 233 | 235 | 325 | 33 | 32 | 0 | 20 | 356 | 51 | 110 |
| Binary | 10011011 | 10011101 | 11010101 | 11011 | 11010 | 0 | 10000 | 11101110 | 101001 | 1001000 |
Color Harmonies of #9B9DD5
Complementary color
Monochromatic Colors of #9B9DD5
Black with #9B9DD5
Text Example
Text Example
White with #9B9DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9DD5; }
p { color: rgb(155,157,213); }
H1.HeaderClassName
{
color: #9B9DD5;
}
.AnyTagClassName
{
color: #9B9DD5;
}
</style>
background-color css
<style>
a { background-color: #9B9DD5; }
a { background-color: rgb(155,157,213); }
div.DivClassName
{
background-color: #9B9DD5;
}
.BgClassName
{
background-color: #9B9DD5;
}
</style>
border-color css
<style>
span { border-color: #9B9DD5; }
span { border-color: rgb(155,157,213); }
td.TdClassName
{
border-color: #9B9DD5;
}
.TagClassName
{
border-color: #9B9DD5;
}
</style>