Shades of Blue Bell #998DCF
Tints of Blue Bell #998DCF
RGB
CMYK
RGB Variations
Color information
#998DCF (or 0x998DCF) is known color: Blue Bell. HEX triplet: 99, 8D and CF. RGB value is (153,141,207). Sum of RGB (Red+Green+Blue) = 153+141+207=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #998DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DCF is #667230. Grayscale: #979797. Windows color (decimal): -6713905 or 13602201. OLE color: 13602201.
HSL color Cylindrical-coordinate representation of color #998DCF: hue angle of 250.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #998DCF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 141 | 207 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.19 |
| HSL | 250.91º | 0.41% | 0.68% | - |
| HSV(B) | 250.91º | 0.32% | 0.81% | - |
| XYZ | 33.92 | 30.33 | 63.1 | - |
| YUV | 152.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 207 | 0.26 | 0.32 | 0 | 0.19 | 250.91 | 0.41 | 0.68 |
| Hex | 99 | 8D | CF | 1A | 20 | 0 | 13 | FB | 29 | 44 |
| Octal | 231 | 215 | 317 | 32 | 40 | 0 | 23 | 373 | 51 | 104 |
| Binary | 10011001 | 10001101 | 11001111 | 11010 | 100000 | 0 | 10011 | 11111011 | 101001 | 1000100 |
Color Harmonies of #998DCF
Complementary color
Monochromatic Colors of #998DCF
Black with #998DCF
Text Example
Text Example
White with #998DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DCF; }
p { color: rgb(153,141,207); }
H1.HeaderClassName
{
color: #998DCF;
}
.AnyTagClassName
{
color: #998DCF;
}
</style>
background-color css
<style>
a { background-color: #998DCF; }
a { background-color: rgb(153,141,207); }
div.DivClassName
{
background-color: #998DCF;
}
.BgClassName
{
background-color: #998DCF;
}
</style>
border-color css
<style>
span { border-color: #998DCF; }
span { border-color: rgb(153,141,207); }
td.TdClassName
{
border-color: #998DCF;
}
.TagClassName
{
border-color: #998DCF;
}
</style>