Shades of Blue Bell #98A0CF
Tints of Blue Bell #98A0CF
RGB
CMYK
RGB Variations
Color information
#98A0CF (or 0x98A0CF) is known color: Blue Bell. HEX triplet: 98, A0 and CF. RGB value is (152,160,207). Sum of RGB (Red+Green+Blue) = 152+160+207=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #98A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0CF is #675F30. Grayscale: #A2A2A2. Windows color (decimal): -6774577 or 13607064. OLE color: 13607064.
HSL color Cylindrical-coordinate representation of color #98A0CF: hue angle of 231.27º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98A0CF is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 160 | 207 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.19 |
| HSL | 231.27º | 0.36% | 0.7% | - |
| HSV(B) | 231.27º | 0.27% | 0.81% | - |
| XYZ | 36.78 | 36.32 | 64.1 | - |
| YUV | 162.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 207 | 0.27 | 0.23 | 0 | 0.19 | 231.27 | 0.36 | 0.7 |
| Hex | 98 | A0 | CF | 1B | 17 | 0 | 13 | E7 | 24 | 46 |
| Octal | 230 | 240 | 317 | 33 | 27 | 0 | 23 | 347 | 44 | 106 |
| Binary | 10011000 | 10100000 | 11001111 | 11011 | 10111 | 0 | 10011 | 11100111 | 100100 | 1000110 |
Color Harmonies of #98A0CF
Complementary color
Monochromatic Colors of #98A0CF
Black with #98A0CF
Text Example
Text Example
White with #98A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A0CF; }
p { color: rgb(152,160,207); }
H1.HeaderClassName
{
color: #98A0CF;
}
.AnyTagClassName
{
color: #98A0CF;
}
</style>
background-color css
<style>
a { background-color: #98A0CF; }
a { background-color: rgb(152,160,207); }
div.DivClassName
{
background-color: #98A0CF;
}
.BgClassName
{
background-color: #98A0CF;
}
</style>
border-color css
<style>
span { border-color: #98A0CF; }
span { border-color: rgb(152,160,207); }
td.TdClassName
{
border-color: #98A0CF;
}
.TagClassName
{
border-color: #98A0CF;
}
</style>