Shades of Blue Bell #9799DB
Tints of Blue Bell #9799DB
RGB
CMYK
RGB Variations
Color information
#9799DB (or 0x9799DB) is known color: Blue Bell. HEX triplet: 97, 99 and DB. RGB value is (151,153,219). Sum of RGB (Red+Green+Blue) = 151+153+219=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #9799DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9799DB is #686624. Grayscale: #9F9F9F. Windows color (decimal): -6841893 or 14391703. OLE color: 14391703.
HSL color Cylindrical-coordinate representation of color #9799DB: hue angle of 238.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9799DB is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 153 | 219 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.14 |
| HSL | 238.24º | 0.49% | 0.73% | - |
| HSV(B) | 238.24º | 0.31% | 0.86% | - |
| XYZ | 36.94 | 34.48 | 71.73 | - |
| YUV | 159.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 219 | 0.31 | 0.30 | 0 | 0.14 | 238.24 | 0.49 | 0.73 |
| Hex | 97 | 99 | DB | 1F | 1E | 0 | E | EE | 31 | 49 |
| Octal | 227 | 231 | 333 | 37 | 36 | 0 | 16 | 356 | 61 | 111 |
| Binary | 10010111 | 10011001 | 11011011 | 11111 | 11110 | 0 | 1110 | 11101110 | 110001 | 1001001 |
Color Harmonies of #9799DB
Complementary color
Monochromatic Colors of #9799DB
Black with #9799DB
Text Example
Text Example
White with #9799DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9799DB; }
p { color: rgb(151,153,219); }
H1.HeaderClassName
{
color: #9799DB;
}
.AnyTagClassName
{
color: #9799DB;
}
</style>
background-color css
<style>
a { background-color: #9799DB; }
a { background-color: rgb(151,153,219); }
div.DivClassName
{
background-color: #9799DB;
}
.BgClassName
{
background-color: #9799DB;
}
</style>
border-color css
<style>
span { border-color: #9799DB; }
span { border-color: rgb(151,153,219); }
td.TdClassName
{
border-color: #9799DB;
}
.TagClassName
{
border-color: #9799DB;
}
</style>