Shades of Logan #9FA3BF
Tints of Logan #9FA3BF
RGB
CMYK
RGB Variations
Color information
#9FA3BF (or 0x9FA3BF) is known color: Logan. HEX triplet: 9F, A3 and BF. RGB value is (159,163,191). Sum of RGB (Red+Green+Blue) = 159+163+191=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FA3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA3BF is #605C40. Grayscale: #A4A4A4. Windows color (decimal): -6315073 or 12559263. OLE color: 12559263.
HSL color Cylindrical-coordinate representation of color #9FA3BF: hue angle of 232.5º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FA3BF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 163 | 191 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.25 |
| HSL | 232.5º | 0.2% | 0.69% | - |
| HSV(B) | 232.5º | 0.17% | 0.75% | - |
| XYZ | 36.8 | 37.33 | 54.56 | - |
| YUV | 165 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 191 | 0.17 | 0.15 | 0 | 0.25 | 232.5 | 0.2 | 0.69 |
| Hex | 9F | A3 | BF | 11 | F | 0 | 19 | E8 | 14 | 45 |
| Octal | 237 | 243 | 277 | 21 | 17 | 0 | 31 | 350 | 24 | 105 |
| Binary | 10011111 | 10100011 | 10111111 | 10001 | 1111 | 0 | 11001 | 11101000 | 10100 | 1000101 |
Color Harmonies of #9FA3BF
Complementary color
Monochromatic Colors of #9FA3BF
Black with #9FA3BF
Text Example
Text Example
White with #9FA3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA3BF; }
p { color: rgb(159,163,191); }
H1.HeaderClassName
{
color: #9FA3BF;
}
.AnyTagClassName
{
color: #9FA3BF;
}
</style>
background-color css
<style>
a { background-color: #9FA3BF; }
a { background-color: rgb(159,163,191); }
div.DivClassName
{
background-color: #9FA3BF;
}
.BgClassName
{
background-color: #9FA3BF;
}
</style>
border-color css
<style>
span { border-color: #9FA3BF; }
span { border-color: rgb(159,163,191); }
td.TdClassName
{
border-color: #9FA3BF;
}
.TagClassName
{
border-color: #9FA3BF;
}
</style>