Shades of Blue Bell #998FCD
Tints of Blue Bell #998FCD
RGB
CMYK
RGB Variations
Color information
#998FCD (or 0x998FCD) is known color: Blue Bell. HEX triplet: 99, 8F and CD. RGB value is (153,143,205). Sum of RGB (Red+Green+Blue) = 153+143+205=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #998FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FCD is #667032. Grayscale: #989898. Windows color (decimal): -6713395 or 13471641. OLE color: 13471641.
HSL color Cylindrical-coordinate representation of color #998FCD: hue angle of 249.68º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #998FCD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 143 | 205 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.20 |
| HSL | 249.68º | 0.38% | 0.68% | - |
| HSV(B) | 249.68º | 0.3% | 0.8% | - |
| XYZ | 33.98 | 30.83 | 61.92 | - |
| YUV | 153.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 205 | 0.25 | 0.30 | 0 | 0.20 | 249.68 | 0.38 | 0.68 |
| Hex | 99 | 8F | CD | 19 | 1E | 0 | 14 | FA | 26 | 44 |
| Octal | 231 | 217 | 315 | 31 | 36 | 0 | 24 | 372 | 46 | 104 |
| Binary | 10011001 | 10001111 | 11001101 | 11001 | 11110 | 0 | 10100 | 11111010 | 100110 | 1000100 |
Color Harmonies of #998FCD
Complementary color
Monochromatic Colors of #998FCD
Black with #998FCD
Text Example
Text Example
White with #998FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FCD; }
p { color: rgb(153,143,205); }
H1.HeaderClassName
{
color: #998FCD;
}
.AnyTagClassName
{
color: #998FCD;
}
</style>
background-color css
<style>
a { background-color: #998FCD; }
a { background-color: rgb(153,143,205); }
div.DivClassName
{
background-color: #998FCD;
}
.BgClassName
{
background-color: #998FCD;
}
</style>
border-color css
<style>
span { border-color: #998FCD; }
span { border-color: rgb(153,143,205); }
td.TdClassName
{
border-color: #998FCD;
}
.TagClassName
{
border-color: #998FCD;
}
</style>