Shades of Blue Bell #9698DB
Tints of Blue Bell #9698DB
RGB
CMYK
RGB Variations
Color information
#9698DB (or 0x9698DB) is known color: Blue Bell. HEX triplet: 96, 98 and DB. RGB value is (150,152,219). Sum of RGB (Red+Green+Blue) = 150+152+219=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #9698DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698DB is #696724. Grayscale: #9E9E9E. Windows color (decimal): -6907685 or 14391446. OLE color: 14391446.
HSL color Cylindrical-coordinate representation of color #9698DB: hue angle of 238.26º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9698DB is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 152 | 219 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.14 |
| HSL | 238.26º | 0.49% | 0.72% | - |
| HSV(B) | 238.26º | 0.32% | 0.86% | - |
| XYZ | 36.59 | 34.05 | 71.66 | - |
| YUV | 159.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 219 | 0.32 | 0.31 | 0 | 0.14 | 238.26 | 0.49 | 0.72 |
| Hex | 96 | 98 | DB | 20 | 1F | 0 | E | EE | 31 | 48 |
| Octal | 226 | 230 | 333 | 40 | 37 | 0 | 16 | 356 | 61 | 110 |
| Binary | 10010110 | 10011000 | 11011011 | 100000 | 11111 | 0 | 1110 | 11101110 | 110001 | 1001000 |
Color Harmonies of #9698DB
Complementary color
Monochromatic Colors of #9698DB
Black with #9698DB
Text Example
Text Example
White with #9698DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9698DB; }
p { color: rgb(150,152,219); }
H1.HeaderClassName
{
color: #9698DB;
}
.AnyTagClassName
{
color: #9698DB;
}
</style>
background-color css
<style>
a { background-color: #9698DB; }
a { background-color: rgb(150,152,219); }
div.DivClassName
{
background-color: #9698DB;
}
.BgClassName
{
background-color: #9698DB;
}
</style>
border-color css
<style>
span { border-color: #9698DB; }
span { border-color: rgb(150,152,219); }
td.TdClassName
{
border-color: #9698DB;
}
.TagClassName
{
border-color: #9698DB;
}
</style>