Shades of Blue Bell #998FCF
Tints of Blue Bell #998FCF
RGB
CMYK
RGB Variations
Color information
#998FCF (or 0x998FCF) is known color: Blue Bell. HEX triplet: 99, 8F and CF. RGB value is (153,143,207). Sum of RGB (Red+Green+Blue) = 153+143+207=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #998FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FCF is #667030. Grayscale: #999999. Windows color (decimal): -6713393 or 13602713. OLE color: 13602713.
HSL color Cylindrical-coordinate representation of color #998FCF: hue angle of 249.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998FCF is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 143 | 207 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.19 |
| HSL | 249.38º | 0.4% | 0.69% | - |
| HSV(B) | 249.38º | 0.31% | 0.81% | - |
| XYZ | 34.22 | 30.92 | 63.2 | - |
| YUV | 153.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 207 | 0.26 | 0.31 | 0 | 0.19 | 249.38 | 0.4 | 0.69 |
| Hex | 99 | 8F | CF | 1A | 1F | 0 | 13 | F9 | 28 | 45 |
| Octal | 231 | 217 | 317 | 32 | 37 | 0 | 23 | 371 | 50 | 105 |
| Binary | 10011001 | 10001111 | 11001111 | 11010 | 11111 | 0 | 10011 | 11111001 | 101000 | 1000101 |
Color Harmonies of #998FCF
Complementary color
Monochromatic Colors of #998FCF
Black with #998FCF
Text Example
Text Example
White with #998FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FCF; }
p { color: rgb(153,143,207); }
H1.HeaderClassName
{
color: #998FCF;
}
.AnyTagClassName
{
color: #998FCF;
}
</style>
background-color css
<style>
a { background-color: #998FCF; }
a { background-color: rgb(153,143,207); }
div.DivClassName
{
background-color: #998FCF;
}
.BgClassName
{
background-color: #998FCF;
}
</style>
border-color css
<style>
span { border-color: #998FCF; }
span { border-color: rgb(153,143,207); }
td.TdClassName
{
border-color: #998FCF;
}
.TagClassName
{
border-color: #998FCF;
}
</style>