Shades of Blue Bell #9A98D0
Tints of Blue Bell #9A98D0
RGB
CMYK
RGB Variations
Color information
#9A98D0 (or 0x9A98D0) is known color: Blue Bell. HEX triplet: 9A, 98 and D0. RGB value is (154,152,208). Sum of RGB (Red+Green+Blue) = 154+152+208=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A98D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A98D0 is #65672F. Grayscale: #9E9E9E. Windows color (decimal): -6645552 or 13670554. OLE color: 13670554.
HSL color Cylindrical-coordinate representation of color #9A98D0: hue angle of 242.14º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A98D0 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 152 | 208 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.18 |
| HSL | 242.14º | 0.37% | 0.71% | - |
| HSV(B) | 242.14º | 0.27% | 0.82% | - |
| XYZ | 35.94 | 33.88 | 64.32 | - |
| YUV | 158.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 208 | 0.26 | 0.27 | 0 | 0.18 | 242.14 | 0.37 | 0.71 |
| Hex | 9A | 98 | D0 | 1A | 1B | 0 | 12 | F2 | 25 | 47 |
| Octal | 232 | 230 | 320 | 32 | 33 | 0 | 22 | 362 | 45 | 107 |
| Binary | 10011010 | 10011000 | 11010000 | 11010 | 11011 | 0 | 10010 | 11110010 | 100101 | 1000111 |
Color Harmonies of #9A98D0
Complementary color
Monochromatic Colors of #9A98D0
Black with #9A98D0
Text Example
Text Example
White with #9A98D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A98D0; }
p { color: rgb(154,152,208); }
H1.HeaderClassName
{
color: #9A98D0;
}
.AnyTagClassName
{
color: #9A98D0;
}
</style>
background-color css
<style>
a { background-color: #9A98D0; }
a { background-color: rgb(154,152,208); }
div.DivClassName
{
background-color: #9A98D0;
}
.BgClassName
{
background-color: #9A98D0;
}
</style>
border-color css
<style>
span { border-color: #9A98D0; }
span { border-color: rgb(154,152,208); }
td.TdClassName
{
border-color: #9A98D0;
}
.TagClassName
{
border-color: #9A98D0;
}
</style>