Shades of Blue Bell #9A98DE
Tints of Blue Bell #9A98DE
RGB
CMYK
RGB Variations
Color information
#9A98DE (or 0x9A98DE) is known color: Blue Bell. HEX triplet: 9A, 98 and DE. RGB value is (154,152,222). Sum of RGB (Red+Green+Blue) = 154+152+222=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A98DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A98DE is #656721. Grayscale: #A0A0A0. Windows color (decimal): -6645538 or 14588058. OLE color: 14588058.
HSL color Cylindrical-coordinate representation of color #9A98DE: hue angle of 241.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A98DE is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 152 | 222 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.13 |
| HSL | 241.71º | 0.51% | 0.73% | - |
| HSV(B) | 241.71º | 0.32% | 0.87% | - |
| XYZ | 37.74 | 34.6 | 73.8 | - |
| YUV | 160.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 222 | 0.31 | 0.32 | 0 | 0.13 | 241.71 | 0.51 | 0.73 |
| Hex | 9A | 98 | DE | 1F | 20 | 0 | D | F2 | 33 | 49 |
| Octal | 232 | 230 | 336 | 37 | 40 | 0 | 15 | 362 | 63 | 111 |
| Binary | 10011010 | 10011000 | 11011110 | 11111 | 100000 | 0 | 1101 | 11110010 | 110011 | 1001001 |
Color Harmonies of #9A98DE
Complementary color
Monochromatic Colors of #9A98DE
Black with #9A98DE
Text Example
Text Example
White with #9A98DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A98DE; }
p { color: rgb(154,152,222); }
H1.HeaderClassName
{
color: #9A98DE;
}
.AnyTagClassName
{
color: #9A98DE;
}
</style>
background-color css
<style>
a { background-color: #9A98DE; }
a { background-color: rgb(154,152,222); }
div.DivClassName
{
background-color: #9A98DE;
}
.BgClassName
{
background-color: #9A98DE;
}
</style>
border-color css
<style>
span { border-color: #9A98DE; }
span { border-color: rgb(154,152,222); }
td.TdClassName
{
border-color: #9A98DE;
}
.TagClassName
{
border-color: #9A98DE;
}
</style>