Shades of Blue Bell #998FDA
Tints of Blue Bell #998FDA
RGB
CMYK
RGB Variations
Color information
#998FDA (or 0x998FDA) is known color: Blue Bell. HEX triplet: 99, 8F and DA. RGB value is (153,143,218). Sum of RGB (Red+Green+Blue) = 153+143+218=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #998FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FDA is #667025. Grayscale: #9A9A9A. Windows color (decimal): -6713382 or 14323609. OLE color: 14323609.
HSL color Cylindrical-coordinate representation of color #998FDA: hue angle of 248º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #998FDA is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 143 | 218 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.15 |
| HSL | 248º | 0.5% | 0.71% | - |
| HSV(B) | 248º | 0.34% | 0.85% | - |
| XYZ | 35.61 | 31.48 | 70.53 | - |
| YUV | 154.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 218 | 0.30 | 0.34 | 0 | 0.15 | 248 | 0.5 | 0.71 |
| Hex | 99 | 8F | DA | 1E | 22 | 0 | F | F8 | 32 | 47 |
| Octal | 231 | 217 | 332 | 36 | 42 | 0 | 17 | 370 | 62 | 107 |
| Binary | 10011001 | 10001111 | 11011010 | 11110 | 100010 | 0 | 1111 | 11111000 | 110010 | 1000111 |
Color Harmonies of #998FDA
Complementary color
Monochromatic Colors of #998FDA
Black with #998FDA
Text Example
Text Example
White with #998FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FDA; }
p { color: rgb(153,143,218); }
H1.HeaderClassName
{
color: #998FDA;
}
.AnyTagClassName
{
color: #998FDA;
}
</style>
background-color css
<style>
a { background-color: #998FDA; }
a { background-color: rgb(153,143,218); }
div.DivClassName
{
background-color: #998FDA;
}
.BgClassName
{
background-color: #998FDA;
}
</style>
border-color css
<style>
span { border-color: #998FDA; }
span { border-color: rgb(153,143,218); }
td.TdClassName
{
border-color: #998FDA;
}
.TagClassName
{
border-color: #998FDA;
}
</style>