Shades of Blue Bell #9A98D7
Tints of Blue Bell #9A98D7
RGB
CMYK
RGB Variations
Color information
#9A98D7 (or 0x9A98D7) is known color: Blue Bell. HEX triplet: 9A, 98 and D7. RGB value is (154,152,215). Sum of RGB (Red+Green+Blue) = 154+152+215=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #9A98D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A98D7 is #656728. Grayscale: #9F9F9F. Windows color (decimal): -6645545 or 14129306. OLE color: 14129306.
HSL color Cylindrical-coordinate representation of color #9A98D7: hue angle of 241.9º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A98D7 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 152 | 215 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.16 |
| HSL | 241.9º | 0.44% | 0.72% | - |
| HSV(B) | 241.9º | 0.29% | 0.84% | - |
| XYZ | 36.82 | 34.23 | 68.96 | - |
| YUV | 159.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 215 | 0.28 | 0.29 | 0 | 0.16 | 241.9 | 0.44 | 0.72 |
| Hex | 9A | 98 | D7 | 1C | 1D | 0 | 10 | F2 | 2C | 48 |
| Octal | 232 | 230 | 327 | 34 | 35 | 0 | 20 | 362 | 54 | 110 |
| Binary | 10011010 | 10011000 | 11010111 | 11100 | 11101 | 0 | 10000 | 11110010 | 101100 | 1001000 |
Color Harmonies of #9A98D7
Complementary color
Monochromatic Colors of #9A98D7
Black with #9A98D7
Text Example
Text Example
White with #9A98D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A98D7; }
p { color: rgb(154,152,215); }
H1.HeaderClassName
{
color: #9A98D7;
}
.AnyTagClassName
{
color: #9A98D7;
}
</style>
background-color css
<style>
a { background-color: #9A98D7; }
a { background-color: rgb(154,152,215); }
div.DivClassName
{
background-color: #9A98D7;
}
.BgClassName
{
background-color: #9A98D7;
}
</style>
border-color css
<style>
span { border-color: #9A98D7; }
span { border-color: rgb(154,152,215); }
td.TdClassName
{
border-color: #9A98D7;
}
.TagClassName
{
border-color: #9A98D7;
}
</style>