Shades of Blue Bell #9B9ADD
Tints of Blue Bell #9B9ADD
RGB
CMYK
RGB Variations
Color information
#9B9ADD (or 0x9B9ADD) is known color: Blue Bell. HEX triplet: 9B, 9A and DD. RGB value is (155,154,221). Sum of RGB (Red+Green+Blue) = 155+154+221=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9ADD is #646522. Grayscale: #A1A1A1. Windows color (decimal): -6579491 or 14523035. OLE color: 14523035.
HSL color Cylindrical-coordinate representation of color #9B9ADD: hue angle of 240.9º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B9ADD is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 154 | 221 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.13 |
| HSL | 240.9º | 0.5% | 0.74% | - |
| HSV(B) | 240.9º | 0.3% | 0.87% | - |
| XYZ | 38.12 | 35.3 | 73.21 | - |
| YUV | 161.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 221 | 0.30 | 0.30 | 0 | 0.13 | 240.9 | 0.5 | 0.74 |
| Hex | 9B | 9A | DD | 1E | 1E | 0 | D | F1 | 32 | 4A |
| Octal | 233 | 232 | 335 | 36 | 36 | 0 | 15 | 361 | 62 | 112 |
| Binary | 10011011 | 10011010 | 11011101 | 11110 | 11110 | 0 | 1101 | 11110001 | 110010 | 1001010 |
Color Harmonies of #9B9ADD
Complementary color
Monochromatic Colors of #9B9ADD
Black with #9B9ADD
Text Example
Text Example
White with #9B9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9ADD; }
p { color: rgb(155,154,221); }
H1.HeaderClassName
{
color: #9B9ADD;
}
.AnyTagClassName
{
color: #9B9ADD;
}
</style>
background-color css
<style>
a { background-color: #9B9ADD; }
a { background-color: rgb(155,154,221); }
div.DivClassName
{
background-color: #9B9ADD;
}
.BgClassName
{
background-color: #9B9ADD;
}
</style>
border-color css
<style>
span { border-color: #9B9ADD; }
span { border-color: rgb(155,154,221); }
td.TdClassName
{
border-color: #9B9ADD;
}
.TagClassName
{
border-color: #9B9ADD;
}
</style>