Shades of Blue Bell #998FDC
Tints of Blue Bell #998FDC
RGB
CMYK
RGB Variations
Color information
#998FDC (or 0x998FDC) is known color: Blue Bell. HEX triplet: 99, 8F and DC. RGB value is (153,143,220). Sum of RGB (Red+Green+Blue) = 153+143+220=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #998FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FDC is #667023. Grayscale: #9A9A9A. Windows color (decimal): -6713380 or 14454681. OLE color: 14454681.
HSL color Cylindrical-coordinate representation of color #998FDC: hue angle of 247.79º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #998FDC is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 143 | 220 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.14 |
| HSL | 247.79º | 0.52% | 0.71% | - |
| HSV(B) | 247.79º | 0.35% | 0.86% | - |
| XYZ | 35.88 | 31.58 | 71.92 | - |
| YUV | 154.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 220 | 0.30 | 0.35 | 0 | 0.14 | 247.79 | 0.52 | 0.71 |
| Hex | 99 | 8F | DC | 1E | 23 | 0 | E | F8 | 34 | 47 |
| Octal | 231 | 217 | 334 | 36 | 43 | 0 | 16 | 370 | 64 | 107 |
| Binary | 10011001 | 10001111 | 11011100 | 11110 | 100011 | 0 | 1110 | 11111000 | 110100 | 1000111 |
Color Harmonies of #998FDC
Complementary color
Monochromatic Colors of #998FDC
Black with #998FDC
Text Example
Text Example
White with #998FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FDC; }
p { color: rgb(153,143,220); }
H1.HeaderClassName
{
color: #998FDC;
}
.AnyTagClassName
{
color: #998FDC;
}
</style>
background-color css
<style>
a { background-color: #998FDC; }
a { background-color: rgb(153,143,220); }
div.DivClassName
{
background-color: #998FDC;
}
.BgClassName
{
background-color: #998FDC;
}
</style>
border-color css
<style>
span { border-color: #998FDC; }
span { border-color: rgb(153,143,220); }
td.TdClassName
{
border-color: #998FDC;
}
.TagClassName
{
border-color: #998FDC;
}
</style>