Shades of Blue Bell #9FA3DB
Tints of Blue Bell #9FA3DB
RGB
CMYK
RGB Variations
Color information
#9FA3DB (or 0x9FA3DB) is known color: Blue Bell. HEX triplet: 9F, A3 and DB. RGB value is (159,163,219). Sum of RGB (Red+Green+Blue) = 159+163+219=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FA3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA3DB is #605C24. Grayscale: #A7A7A7. Windows color (decimal): -6315045 or 14394271. OLE color: 14394271.
HSL color Cylindrical-coordinate representation of color #9FA3DB: hue angle of 236º 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 #9FA3DB is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 163 | 219 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.14 |
| HSL | 236º | 0.45% | 0.74% | - |
| HSV(B) | 236º | 0.27% | 0.86% | - |
| XYZ | 40.18 | 38.68 | 72.37 | - |
| YUV | 168.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 219 | 0.27 | 0.26 | 0 | 0.14 | 236 | 0.45 | 0.74 |
| Hex | 9F | A3 | DB | 1B | 1A | 0 | E | EC | 2D | 4A |
| Octal | 237 | 243 | 333 | 33 | 32 | 0 | 16 | 354 | 55 | 112 |
| Binary | 10011111 | 10100011 | 11011011 | 11011 | 11010 | 0 | 1110 | 11101100 | 101101 | 1001010 |
Color Harmonies of #9FA3DB
Complementary color
Monochromatic Colors of #9FA3DB
Black with #9FA3DB
Text Example
Text Example
White with #9FA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA3DB; }
p { color: rgb(159,163,219); }
H1.HeaderClassName
{
color: #9FA3DB;
}
.AnyTagClassName
{
color: #9FA3DB;
}
</style>
background-color css
<style>
a { background-color: #9FA3DB; }
a { background-color: rgb(159,163,219); }
div.DivClassName
{
background-color: #9FA3DB;
}
.BgClassName
{
background-color: #9FA3DB;
}
</style>
border-color css
<style>
span { border-color: #9FA3DB; }
span { border-color: rgb(159,163,219); }
td.TdClassName
{
border-color: #9FA3DB;
}
.TagClassName
{
border-color: #9FA3DB;
}
</style>