Shades of Blue Bell #9B9CE0
Tints of Blue Bell #9B9CE0
RGB
CMYK
RGB Variations
Color information
#9B9CE0 (or 0x9B9CE0) is known color: Blue Bell. HEX triplet: 9B, 9C and E0. RGB value is (155,156,224). Sum of RGB (Red+Green+Blue) = 155+156+224=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B9CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9CE0 is #64631F. Grayscale: #A3A3A3. Windows color (decimal): -6578976 or 14720155. OLE color: 14720155.
HSL color Cylindrical-coordinate representation of color #9B9CE0: hue angle of 239.13º 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 #9B9CE0 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 156 | 224 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.12 |
| HSL | 239.13º | 0.53% | 0.74% | - |
| HSV(B) | 239.13º | 0.31% | 0.88% | - |
| XYZ | 38.86 | 36.13 | 75.45 | - |
| YUV | 163.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 156 | 224 | 0.31 | 0.30 | 0 | 0.12 | 239.13 | 0.53 | 0.74 |
| Hex | 9B | 9C | E0 | 1F | 1E | 0 | C | EF | 35 | 4A |
| Octal | 233 | 234 | 340 | 37 | 36 | 0 | 14 | 357 | 65 | 112 |
| Binary | 10011011 | 10011100 | 11100000 | 11111 | 11110 | 0 | 1100 | 11101111 | 110101 | 1001010 |
Color Harmonies of #9B9CE0
Complementary color
Monochromatic Colors of #9B9CE0
Black with #9B9CE0
Text Example
Text Example
White with #9B9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9CE0; }
p { color: rgb(155,156,224); }
H1.HeaderClassName
{
color: #9B9CE0;
}
.AnyTagClassName
{
color: #9B9CE0;
}
</style>
background-color css
<style>
a { background-color: #9B9CE0; }
a { background-color: rgb(155,156,224); }
div.DivClassName
{
background-color: #9B9CE0;
}
.BgClassName
{
background-color: #9B9CE0;
}
</style>
border-color css
<style>
span { border-color: #9B9CE0; }
span { border-color: rgb(155,156,224); }
td.TdClassName
{
border-color: #9B9CE0;
}
.TagClassName
{
border-color: #9B9CE0;
}
</style>