Shades of Blue Bell #9A8DDE
Tints of Blue Bell #9A8DDE
RGB
CMYK
RGB Variations
Color information
#9A8DDE (or 0x9A8DDE) is known color: Blue Bell. HEX triplet: 9A, 8D and DE. RGB value is (154,141,222). Sum of RGB (Red+Green+Blue) = 154+141+222=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A8DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DDE is #657221. Grayscale: #999999. Windows color (decimal): -6648354 or 14585242. OLE color: 14585242.
HSL color Cylindrical-coordinate representation of color #9A8DDE: hue angle of 249.63º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A8DDE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 141 | 222 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.13 |
| HSL | 249.63º | 0.55% | 0.71% | - |
| HSV(B) | 249.63º | 0.36% | 0.87% | - |
| XYZ | 36.04 | 31.19 | 73.23 | - |
| YUV | 154.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 222 | 0.31 | 0.36 | 0 | 0.13 | 249.63 | 0.55 | 0.71 |
| Hex | 9A | 8D | DE | 1F | 24 | 0 | D | FA | 37 | 47 |
| Octal | 232 | 215 | 336 | 37 | 44 | 0 | 15 | 372 | 67 | 107 |
| Binary | 10011010 | 10001101 | 11011110 | 11111 | 100100 | 0 | 1101 | 11111010 | 110111 | 1000111 |
Color Harmonies of #9A8DDE
Complementary color
Monochromatic Colors of #9A8DDE
Black with #9A8DDE
Text Example
Text Example
White with #9A8DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8DDE; }
p { color: rgb(154,141,222); }
H1.HeaderClassName
{
color: #9A8DDE;
}
.AnyTagClassName
{
color: #9A8DDE;
}
</style>
background-color css
<style>
a { background-color: #9A8DDE; }
a { background-color: rgb(154,141,222); }
div.DivClassName
{
background-color: #9A8DDE;
}
.BgClassName
{
background-color: #9A8DDE;
}
</style>
border-color css
<style>
span { border-color: #9A8DDE; }
span { border-color: rgb(154,141,222); }
td.TdClassName
{
border-color: #9A8DDE;
}
.TagClassName
{
border-color: #9A8DDE;
}
</style>