Shades of Blue Bell #9699D9
Tints of Blue Bell #9699D9
RGB
CMYK
RGB Variations
Color information
#9699D9 (or 0x9699D9) is known color: Blue Bell. HEX triplet: 96, 99 and D9. RGB value is (150,153,217). Sum of RGB (Red+Green+Blue) = 150+153+217=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #9699D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699D9 is #696626. Grayscale: #9F9F9F. Windows color (decimal): -6907431 or 14260630. OLE color: 14260630.
HSL color Cylindrical-coordinate representation of color #9699D9: hue angle of 237.31º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9699D9 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 153 | 217 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.15 |
| HSL | 237.31º | 0.47% | 0.72% | - |
| HSV(B) | 237.31º | 0.31% | 0.85% | - |
| XYZ | 36.49 | 34.28 | 70.34 | - |
| YUV | 159.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 217 | 0.31 | 0.29 | 0 | 0.15 | 237.31 | 0.47 | 0.72 |
| Hex | 96 | 99 | D9 | 1F | 1D | 0 | F | ED | 2F | 48 |
| Octal | 226 | 231 | 331 | 37 | 35 | 0 | 17 | 355 | 57 | 110 |
| Binary | 10010110 | 10011001 | 11011001 | 11111 | 11101 | 0 | 1111 | 11101101 | 101111 | 1001000 |
Color Harmonies of #9699D9
Complementary color
Monochromatic Colors of #9699D9
Black with #9699D9
Text Example
Text Example
White with #9699D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9699D9; }
p { color: rgb(150,153,217); }
H1.HeaderClassName
{
color: #9699D9;
}
.AnyTagClassName
{
color: #9699D9;
}
</style>
background-color css
<style>
a { background-color: #9699D9; }
a { background-color: rgb(150,153,217); }
div.DivClassName
{
background-color: #9699D9;
}
.BgClassName
{
background-color: #9699D9;
}
</style>
border-color css
<style>
span { border-color: #9699D9; }
span { border-color: rgb(150,153,217); }
td.TdClassName
{
border-color: #9699D9;
}
.TagClassName
{
border-color: #9699D9;
}
</style>