Shades of Blue Bell #9FA4DB
Tints of Blue Bell #9FA4DB
RGB
CMYK
RGB Variations
Color information
#9FA4DB (or 0x9FA4DB) is known color: Blue Bell. HEX triplet: 9F, A4 and DB. RGB value is (159,164,219). Sum of RGB (Red+Green+Blue) = 159+164+219=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA4DB is #605B24. Grayscale: #A8A8A8. Windows color (decimal): -6314789 or 14394527. OLE color: 14394527.
HSL color Cylindrical-coordinate representation of color #9FA4DB: hue angle of 235º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FA4DB is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 164 | 219 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.14 |
| HSL | 235º | 0.45% | 0.74% | - |
| HSV(B) | 235º | 0.27% | 0.86% | - |
| XYZ | 40.36 | 39.04 | 72.43 | - |
| YUV | 168.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 219 | 0.27 | 0.25 | 0 | 0.14 | 235 | 0.45 | 0.74 |
| Hex | 9F | A4 | DB | 1B | 19 | 0 | E | EB | 2D | 4A |
| Octal | 237 | 244 | 333 | 33 | 31 | 0 | 16 | 353 | 55 | 112 |
| Binary | 10011111 | 10100100 | 11011011 | 11011 | 11001 | 0 | 1110 | 11101011 | 101101 | 1001010 |
Color Harmonies of #9FA4DB
Complementary color
Monochromatic Colors of #9FA4DB
Black with #9FA4DB
Text Example
Text Example
White with #9FA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA4DB; }
p { color: rgb(159,164,219); }
H1.HeaderClassName
{
color: #9FA4DB;
}
.AnyTagClassName
{
color: #9FA4DB;
}
</style>
background-color css
<style>
a { background-color: #9FA4DB; }
a { background-color: rgb(159,164,219); }
div.DivClassName
{
background-color: #9FA4DB;
}
.BgClassName
{
background-color: #9FA4DB;
}
</style>
border-color css
<style>
span { border-color: #9FA4DB; }
span { border-color: rgb(159,164,219); }
td.TdClassName
{
border-color: #9FA4DB;
}
.TagClassName
{
border-color: #9FA4DB;
}
</style>