Shades of Blue Bell #9FA4D1
Tints of Blue Bell #9FA4D1
RGB
CMYK
RGB Variations
Color information
#9FA4D1 (or 0x9FA4D1) is known color: Blue Bell. HEX triplet: 9F, A4 and D1. RGB value is (159,164,209). Sum of RGB (Red+Green+Blue) = 159+164+209=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #9FA4D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA4D1 is #605B2E. Grayscale: #A7A7A7. Windows color (decimal): -6314799 or 13739167. OLE color: 13739167.
HSL color Cylindrical-coordinate representation of color #9FA4D1: hue angle of 234º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FA4D1 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 164 | 209 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.18 |
| HSL | 234º | 0.35% | 0.72% | - |
| HSV(B) | 234º | 0.24% | 0.82% | - |
| XYZ | 39.08 | 38.53 | 65.7 | - |
| YUV | 167.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 209 | 0.24 | 0.22 | 0 | 0.18 | 234 | 0.35 | 0.72 |
| Hex | 9F | A4 | D1 | 18 | 16 | 0 | 12 | EA | 23 | 48 |
| Octal | 237 | 244 | 321 | 30 | 26 | 0 | 22 | 352 | 43 | 110 |
| Binary | 10011111 | 10100100 | 11010001 | 11000 | 10110 | 0 | 10010 | 11101010 | 100011 | 1001000 |
Color Harmonies of #9FA4D1
Complementary color
Monochromatic Colors of #9FA4D1
Black with #9FA4D1
Text Example
Text Example
White with #9FA4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA4D1; }
p { color: rgb(159,164,209); }
H1.HeaderClassName
{
color: #9FA4D1;
}
.AnyTagClassName
{
color: #9FA4D1;
}
</style>
background-color css
<style>
a { background-color: #9FA4D1; }
a { background-color: rgb(159,164,209); }
div.DivClassName
{
background-color: #9FA4D1;
}
.BgClassName
{
background-color: #9FA4D1;
}
</style>
border-color css
<style>
span { border-color: #9FA4D1; }
span { border-color: rgb(159,164,209); }
td.TdClassName
{
border-color: #9FA4D1;
}
.TagClassName
{
border-color: #9FA4D1;
}
</style>