Shades of Blue Bell #9FA1CB
Tints of Blue Bell #9FA1CB
RGB
CMYK
RGB Variations
Color information
#9FA1CB (or 0x9FA1CB) is known color: Blue Bell. HEX triplet: 9F, A1 and CB. RGB value is (159,161,203). Sum of RGB (Red+Green+Blue) = 159+161+203=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FA1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA1CB is #605E34. Grayscale: #A5A5A5. Windows color (decimal): -6315573 or 13345183. OLE color: 13345183.
HSL color Cylindrical-coordinate representation of color #9FA1CB: hue angle of 237.27º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FA1CB is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 161 | 203 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.20 |
| HSL | 237.27º | 0.3% | 0.71% | - |
| HSV(B) | 237.27º | 0.22% | 0.8% | - |
| XYZ | 37.82 | 37.17 | 61.68 | - |
| YUV | 165.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 203 | 0.22 | 0.21 | 0 | 0.20 | 237.27 | 0.3 | 0.71 |
| Hex | 9F | A1 | CB | 16 | 15 | 0 | 14 | ED | 1E | 47 |
| Octal | 237 | 241 | 313 | 26 | 25 | 0 | 24 | 355 | 36 | 107 |
| Binary | 10011111 | 10100001 | 11001011 | 10110 | 10101 | 0 | 10100 | 11101101 | 11110 | 1000111 |
Color Harmonies of #9FA1CB
Complementary color
Monochromatic Colors of #9FA1CB
Black with #9FA1CB
Text Example
Text Example
White with #9FA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA1CB; }
p { color: rgb(159,161,203); }
H1.HeaderClassName
{
color: #9FA1CB;
}
.AnyTagClassName
{
color: #9FA1CB;
}
</style>
background-color css
<style>
a { background-color: #9FA1CB; }
a { background-color: rgb(159,161,203); }
div.DivClassName
{
background-color: #9FA1CB;
}
.BgClassName
{
background-color: #9FA1CB;
}
</style>
border-color css
<style>
span { border-color: #9FA1CB; }
span { border-color: rgb(159,161,203); }
td.TdClassName
{
border-color: #9FA1CB;
}
.TagClassName
{
border-color: #9FA1CB;
}
</style>