Shades of Blue Bell #9A98D8
Tints of Blue Bell #9A98D8
RGB
CMYK
RGB Variations
Color information
#9A98D8 (or 0x9A98D8) is known color: Blue Bell. HEX triplet: 9A, 98 and D8. RGB value is (154,152,216). Sum of RGB (Red+Green+Blue) = 154+152+216=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A98D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A98D8 is #656727. Grayscale: #9F9F9F. Windows color (decimal): -6645544 or 14194842. OLE color: 14194842.
HSL color Cylindrical-coordinate representation of color #9A98D8: hue angle of 241.88º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A98D8 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 152 | 216 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.15 |
| HSL | 241.88º | 0.45% | 0.72% | - |
| HSV(B) | 241.88º | 0.3% | 0.85% | - |
| XYZ | 36.95 | 34.28 | 69.64 | - |
| YUV | 159.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 216 | 0.29 | 0.30 | 0 | 0.15 | 241.88 | 0.45 | 0.72 |
| Hex | 9A | 98 | D8 | 1D | 1E | 0 | F | F2 | 2D | 48 |
| Octal | 232 | 230 | 330 | 35 | 36 | 0 | 17 | 362 | 55 | 110 |
| Binary | 10011010 | 10011000 | 11011000 | 11101 | 11110 | 0 | 1111 | 11110010 | 101101 | 1001000 |
Color Harmonies of #9A98D8
Complementary color
Monochromatic Colors of #9A98D8
Black with #9A98D8
Text Example
Text Example
White with #9A98D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A98D8; }
p { color: rgb(154,152,216); }
H1.HeaderClassName
{
color: #9A98D8;
}
.AnyTagClassName
{
color: #9A98D8;
}
</style>
background-color css
<style>
a { background-color: #9A98D8; }
a { background-color: rgb(154,152,216); }
div.DivClassName
{
background-color: #9A98D8;
}
.BgClassName
{
background-color: #9A98D8;
}
</style>
border-color css
<style>
span { border-color: #9A98D8; }
span { border-color: rgb(154,152,216); }
td.TdClassName
{
border-color: #9A98D8;
}
.TagClassName
{
border-color: #9A98D8;
}
</style>