Shades of Blue Bell #998FCC
Tints of Blue Bell #998FCC
RGB
CMYK
RGB Variations
Color information
#998FCC (or 0x998FCC) is known color: Blue Bell. HEX triplet: 99, 8F and CC. RGB value is (153,143,204). Sum of RGB (Red+Green+Blue) = 153+143+204=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #998FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FCC is #667033. Grayscale: #989898. Windows color (decimal): -6713396 or 13406105. OLE color: 13406105.
HSL color Cylindrical-coordinate representation of color #998FCC: hue angle of 249.84º degrees, saturation: 0.37, 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 #998FCC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 143 | 204 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.2 |
| HSL | 249.84º | 0.37% | 0.68% | - |
| HSV(B) | 249.84º | 0.3% | 0.8% | - |
| XYZ | 33.86 | 30.78 | 61.28 | - |
| YUV | 152.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 204 | 0.25 | 0.30 | 0 | 0.2 | 249.84 | 0.37 | 0.68 |
| Hex | 99 | 8F | CC | 19 | 1E | 0 | 14 | FA | 25 | 44 |
| Octal | 231 | 217 | 314 | 31 | 36 | 0 | 24 | 372 | 45 | 104 |
| Binary | 10011001 | 10001111 | 11001100 | 11001 | 11110 | 0 | 10100 | 11111010 | 100101 | 1000100 |
Color Harmonies of #998FCC
Complementary color
Monochromatic Colors of #998FCC
Black with #998FCC
Text Example
Text Example
White with #998FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FCC; }
p { color: rgb(153,143,204); }
H1.HeaderClassName
{
color: #998FCC;
}
.AnyTagClassName
{
color: #998FCC;
}
</style>
background-color css
<style>
a { background-color: #998FCC; }
a { background-color: rgb(153,143,204); }
div.DivClassName
{
background-color: #998FCC;
}
.BgClassName
{
background-color: #998FCC;
}
</style>
border-color css
<style>
span { border-color: #998FCC; }
span { border-color: rgb(153,143,204); }
td.TdClassName
{
border-color: #998FCC;
}
.TagClassName
{
border-color: #998FCC;
}
</style>