Shades of Blue Bell #9699D5
Tints of Blue Bell #9699D5
RGB
CMYK
RGB Variations
Color information
#9699D5 (or 0x9699D5) is known color: Blue Bell. HEX triplet: 96, 99 and D5. RGB value is (150,153,213). Sum of RGB (Red+Green+Blue) = 150+153+213=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #9699D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699D5 is #69662A. Grayscale: #9E9E9E. Windows color (decimal): -6907435 or 13998486. OLE color: 13998486.
HSL color Cylindrical-coordinate representation of color #9699D5: hue angle of 237.14º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9699D5 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 153 | 213 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.16 |
| HSL | 237.14º | 0.43% | 0.71% | - |
| HSV(B) | 237.14º | 0.3% | 0.84% | - |
| XYZ | 35.98 | 34.07 | 67.63 | - |
| YUV | 158.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 213 | 0.30 | 0.28 | 0 | 0.16 | 237.14 | 0.43 | 0.71 |
| Hex | 96 | 99 | D5 | 1E | 1C | 0 | 10 | ED | 2B | 47 |
| Octal | 226 | 231 | 325 | 36 | 34 | 0 | 20 | 355 | 53 | 107 |
| Binary | 10010110 | 10011001 | 11010101 | 11110 | 11100 | 0 | 10000 | 11101101 | 101011 | 1000111 |
Color Harmonies of #9699D5
Complementary color
Monochromatic Colors of #9699D5
Black with #9699D5
Text Example
Text Example
White with #9699D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9699D5; }
p { color: rgb(150,153,213); }
H1.HeaderClassName
{
color: #9699D5;
}
.AnyTagClassName
{
color: #9699D5;
}
</style>
background-color css
<style>
a { background-color: #9699D5; }
a { background-color: rgb(150,153,213); }
div.DivClassName
{
background-color: #9699D5;
}
.BgClassName
{
background-color: #9699D5;
}
</style>
border-color css
<style>
span { border-color: #9699D5; }
span { border-color: rgb(150,153,213); }
td.TdClassName
{
border-color: #9699D5;
}
.TagClassName
{
border-color: #9699D5;
}
</style>