Shades of Blue Bell #9799DC
Tints of Blue Bell #9799DC
RGB
CMYK
RGB Variations
Color information
#9799DC (or 0x9799DC) is known color: Blue Bell. HEX triplet: 97, 99 and DC. RGB value is (151,153,220). Sum of RGB (Red+Green+Blue) = 151+153+220=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #9799DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9799DC is #686623. Grayscale: #9F9F9F. Windows color (decimal): -6841892 or 14457239. OLE color: 14457239.
HSL color Cylindrical-coordinate representation of color #9799DC: hue angle of 238.26º degrees, saturation: 0.5, 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 #9799DC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 153 | 220 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.14 |
| HSL | 238.26º | 0.5% | 0.73% | - |
| HSV(B) | 238.26º | 0.31% | 0.86% | - |
| XYZ | 37.07 | 34.53 | 72.42 | - |
| YUV | 160.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 220 | 0.31 | 0.30 | 0 | 0.14 | 238.26 | 0.5 | 0.73 |
| Hex | 97 | 99 | DC | 1F | 1E | 0 | E | EE | 32 | 49 |
| Octal | 227 | 231 | 334 | 37 | 36 | 0 | 16 | 356 | 62 | 111 |
| Binary | 10010111 | 10011001 | 11011100 | 11111 | 11110 | 0 | 1110 | 11101110 | 110010 | 1001001 |
Color Harmonies of #9799DC
Complementary color
Monochromatic Colors of #9799DC
Black with #9799DC
Text Example
Text Example
White with #9799DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9799DC; }
p { color: rgb(151,153,220); }
H1.HeaderClassName
{
color: #9799DC;
}
.AnyTagClassName
{
color: #9799DC;
}
</style>
background-color css
<style>
a { background-color: #9799DC; }
a { background-color: rgb(151,153,220); }
div.DivClassName
{
background-color: #9799DC;
}
.BgClassName
{
background-color: #9799DC;
}
</style>
border-color css
<style>
span { border-color: #9799DC; }
span { border-color: rgb(151,153,220); }
td.TdClassName
{
border-color: #9799DC;
}
.TagClassName
{
border-color: #9799DC;
}
</style>