Shades of Logan #9F9FB7
Tints of Logan #9F9FB7
RGB
CMYK
RGB Variations
Color information
#9F9FB7 (or 0x9F9FB7) is known color: Logan. HEX triplet: 9F, 9F and B7. RGB value is (159,159,183). Sum of RGB (Red+Green+Blue) = 159+159+183=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 183 - color contains mainly: blue. Hex color #9F9FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FB7 is #606048. Grayscale: #A1A1A1. Windows color (decimal): -6316105 or 12033951. OLE color: 12033951.
HSL color Cylindrical-coordinate representation of color #9F9FB7: hue angle of 240º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F9FB7 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 159 | 183 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.28 |
| HSL | 240º | 0.14% | 0.67% | - |
| HSV(B) | 240º | 0.13% | 0.72% | - |
| XYZ | 35.24 | 35.59 | 49.81 | - |
| YUV | 161.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 159 | 183 | 0.13 | 0.13 | 0 | 0.28 | 240 | 0.14 | 0.67 |
| Hex | 9F | 9F | B7 | D | D | 0 | 1C | F0 | E | 43 |
| Octal | 237 | 237 | 267 | 15 | 15 | 0 | 34 | 360 | 16 | 103 |
| Binary | 10011111 | 10011111 | 10110111 | 1101 | 1101 | 0 | 11100 | 11110000 | 1110 | 1000011 |
Color Harmonies of #9F9FB7
Complementary color
Monochromatic Colors of #9F9FB7
Black with #9F9FB7
Text Example
Text Example
White with #9F9FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FB7; }
p { color: rgb(159,159,183); }
H1.HeaderClassName
{
color: #9F9FB7;
}
.AnyTagClassName
{
color: #9F9FB7;
}
</style>
background-color css
<style>
a { background-color: #9F9FB7; }
a { background-color: rgb(159,159,183); }
div.DivClassName
{
background-color: #9F9FB7;
}
.BgClassName
{
background-color: #9F9FB7;
}
</style>
border-color css
<style>
span { border-color: #9F9FB7; }
span { border-color: rgb(159,159,183); }
td.TdClassName
{
border-color: #9F9FB7;
}
.TagClassName
{
border-color: #9F9FB7;
}
</style>