Shades of Blue Bell #9A9BDE
Tints of Blue Bell #9A9BDE
RGB
CMYK
RGB Variations
Color information
#9A9BDE (or 0x9A9BDE) is known color: Blue Bell. HEX triplet: 9A, 9B and DE. RGB value is (154,155,222). Sum of RGB (Red+Green+Blue) = 154+155+222=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A9BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BDE is #656421. Grayscale: #A2A2A2. Windows color (decimal): -6644770 or 14588826. OLE color: 14588826.
HSL color Cylindrical-coordinate representation of color #9A9BDE: hue angle of 239.12º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A9BDE is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 155 | 222 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.13 |
| HSL | 239.12º | 0.51% | 0.74% | - |
| HSV(B) | 239.12º | 0.31% | 0.87% | - |
| XYZ | 38.23 | 35.59 | 73.96 | - |
| YUV | 162.34 | 161.67 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 155 | 222 | 0.31 | 0.30 | 0 | 0.13 | 239.12 | 0.51 | 0.74 |
| Hex | 9A | 9B | DE | 1F | 1E | 0 | D | EF | 33 | 4A |
| Octal | 232 | 233 | 336 | 37 | 36 | 0 | 15 | 357 | 63 | 112 |
| Binary | 10011010 | 10011011 | 11011110 | 11111 | 11110 | 0 | 1101 | 11101111 | 110011 | 1001010 |
Color Harmonies of #9A9BDE
Complementary color
Monochromatic Colors of #9A9BDE
Black with #9A9BDE
Text Example
Text Example
White with #9A9BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9BDE; }
p { color: rgb(154,155,222); }
H1.HeaderClassName
{
color: #9A9BDE;
}
.AnyTagClassName
{
color: #9A9BDE;
}
</style>
background-color css
<style>
a { background-color: #9A9BDE; }
a { background-color: rgb(154,155,222); }
div.DivClassName
{
background-color: #9A9BDE;
}
.BgClassName
{
background-color: #9A9BDE;
}
</style>
border-color css
<style>
span { border-color: #9A9BDE; }
span { border-color: rgb(154,155,222); }
td.TdClassName
{
border-color: #9A9BDE;
}
.TagClassName
{
border-color: #9A9BDE;
}
</style>