Shades of Blue Bell #9B9DE0
Tints of Blue Bell #9B9DE0
RGB
CMYK
RGB Variations
Color information
#9B9DE0 (or 0x9B9DE0) is known color: Blue Bell. HEX triplet: 9B, 9D and E0. RGB value is (155,157,224). Sum of RGB (Red+Green+Blue) = 155+157+224=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B9DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9DE0 is #64621F. Grayscale: #A3A3A3. Windows color (decimal): -6578720 or 14720411. OLE color: 14720411.
HSL color Cylindrical-coordinate representation of color #9B9DE0: hue angle of 238.26º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B9DE0 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 157 | 224 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.12 |
| HSL | 238.26º | 0.53% | 0.74% | - |
| HSV(B) | 238.26º | 0.31% | 0.88% | - |
| XYZ | 39.03 | 36.46 | 75.5 | - |
| YUV | 164.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 157 | 224 | 0.31 | 0.30 | 0 | 0.12 | 238.26 | 0.53 | 0.74 |
| Hex | 9B | 9D | E0 | 1F | 1E | 0 | C | EE | 35 | 4A |
| Octal | 233 | 235 | 340 | 37 | 36 | 0 | 14 | 356 | 65 | 112 |
| Binary | 10011011 | 10011101 | 11100000 | 11111 | 11110 | 0 | 1100 | 11101110 | 110101 | 1001010 |
Color Harmonies of #9B9DE0
Complementary color
Monochromatic Colors of #9B9DE0
Black with #9B9DE0
Text Example
Text Example
White with #9B9DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9DE0; }
p { color: rgb(155,157,224); }
H1.HeaderClassName
{
color: #9B9DE0;
}
.AnyTagClassName
{
color: #9B9DE0;
}
</style>
background-color css
<style>
a { background-color: #9B9DE0; }
a { background-color: rgb(155,157,224); }
div.DivClassName
{
background-color: #9B9DE0;
}
.BgClassName
{
background-color: #9B9DE0;
}
</style>
border-color css
<style>
span { border-color: #9B9DE0; }
span { border-color: rgb(155,157,224); }
td.TdClassName
{
border-color: #9B9DE0;
}
.TagClassName
{
border-color: #9B9DE0;
}
</style>