Shades of Blue Bell #98A0C9
Tints of Blue Bell #98A0C9
RGB
CMYK
RGB Variations
Color information
#98A0C9 (or 0x98A0C9) is known color: Blue Bell. HEX triplet: 98, A0 and C9. RGB value is (152,160,201). Sum of RGB (Red+Green+Blue) = 152+160+201=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #98A0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0C9 is #675F36. Grayscale: #A2A2A2. Windows color (decimal): -6774583 or 13213848. OLE color: 13213848.
HSL color Cylindrical-coordinate representation of color #98A0C9: hue angle of 230.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98A0C9 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 160 | 201 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.21 |
| HSL | 230.2º | 0.31% | 0.69% | - |
| HSV(B) | 230.2º | 0.24% | 0.79% | - |
| XYZ | 36.06 | 36.03 | 60.31 | - |
| YUV | 162.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 201 | 0.24 | 0.20 | 0 | 0.21 | 230.2 | 0.31 | 0.69 |
| Hex | 98 | A0 | C9 | 18 | 14 | 0 | 15 | E6 | 1F | 45 |
| Octal | 230 | 240 | 311 | 30 | 24 | 0 | 25 | 346 | 37 | 105 |
| Binary | 10011000 | 10100000 | 11001001 | 11000 | 10100 | 0 | 10101 | 11100110 | 11111 | 1000101 |
Color Harmonies of #98A0C9
Complementary color
Monochromatic Colors of #98A0C9
Black with #98A0C9
Text Example
Text Example
White with #98A0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A0C9; }
p { color: rgb(152,160,201); }
H1.HeaderClassName
{
color: #98A0C9;
}
.AnyTagClassName
{
color: #98A0C9;
}
</style>
background-color css
<style>
a { background-color: #98A0C9; }
a { background-color: rgb(152,160,201); }
div.DivClassName
{
background-color: #98A0C9;
}
.BgClassName
{
background-color: #98A0C9;
}
</style>
border-color css
<style>
span { border-color: #98A0C9; }
span { border-color: rgb(152,160,201); }
td.TdClassName
{
border-color: #98A0C9;
}
.TagClassName
{
border-color: #98A0C9;
}
</style>