Shades of Blue Bell #998BDA
Tints of Blue Bell #998BDA
RGB
CMYK
RGB Variations
Color information
#998BDA (or 0x998BDA) is known color: Blue Bell. HEX triplet: 99, 8B and DA. RGB value is (153,139,218). Sum of RGB (Red+Green+Blue) = 153+139+218=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #998BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BDA is #667425. Grayscale: #979797. Windows color (decimal): -6714406 or 14322585. OLE color: 14322585.
HSL color Cylindrical-coordinate representation of color #998BDA: hue angle of 250.63º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #998BDA is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 139 | 218 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.15 |
| HSL | 250.63º | 0.52% | 0.7% | - |
| HSV(B) | 250.63º | 0.36% | 0.85% | - |
| XYZ | 35.02 | 30.3 | 70.33 | - |
| YUV | 152.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 218 | 0.30 | 0.36 | 0 | 0.15 | 250.63 | 0.52 | 0.7 |
| Hex | 99 | 8B | DA | 1E | 24 | 0 | F | FB | 34 | 46 |
| Octal | 231 | 213 | 332 | 36 | 44 | 0 | 17 | 373 | 64 | 106 |
| Binary | 10011001 | 10001011 | 11011010 | 11110 | 100100 | 0 | 1111 | 11111011 | 110100 | 1000110 |
Color Harmonies of #998BDA
Complementary color
Monochromatic Colors of #998BDA
Black with #998BDA
Text Example
Text Example
White with #998BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BDA; }
p { color: rgb(153,139,218); }
H1.HeaderClassName
{
color: #998BDA;
}
.AnyTagClassName
{
color: #998BDA;
}
</style>
background-color css
<style>
a { background-color: #998BDA; }
a { background-color: rgb(153,139,218); }
div.DivClassName
{
background-color: #998BDA;
}
.BgClassName
{
background-color: #998BDA;
}
</style>
border-color css
<style>
span { border-color: #998BDA; }
span { border-color: rgb(153,139,218); }
td.TdClassName
{
border-color: #998BDA;
}
.TagClassName
{
border-color: #998BDA;
}
</style>