Shades of Logan #9F9CB7
Tints of Logan #9F9CB7
RGB
CMYK
RGB Variations
Color information
#9F9CB7 (or 0x9F9CB7) is known color: Logan. HEX triplet: 9F, 9C and B7. RGB value is (159,156,183). Sum of RGB (Red+Green+Blue) = 159+156+183=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 183 - color contains mainly: blue. Hex color #9F9CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CB7 is #606348. Grayscale: #9F9F9F. Windows color (decimal): -6316873 or 12033183. OLE color: 12033183.
HSL color Cylindrical-coordinate representation of color #9F9CB7: hue angle of 246.67º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F9CB7 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 156 | 183 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.28 |
| HSL | 246.67º | 0.16% | 0.66% | - |
| HSV(B) | 246.67º | 0.15% | 0.72% | - |
| XYZ | 34.73 | 34.57 | 49.64 | - |
| YUV | 159.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 183 | 0.13 | 0.15 | 0 | 0.28 | 246.67 | 0.16 | 0.66 |
| Hex | 9F | 9C | B7 | D | F | 0 | 1C | F7 | 10 | 42 |
| Octal | 237 | 234 | 267 | 15 | 17 | 0 | 34 | 367 | 20 | 102 |
| Binary | 10011111 | 10011100 | 10110111 | 1101 | 1111 | 0 | 11100 | 11110111 | 10000 | 1000010 |
Color Harmonies of #9F9CB7
Complementary color
Monochromatic Colors of #9F9CB7
Black with #9F9CB7
Text Example
Text Example
White with #9F9CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CB7; }
p { color: rgb(159,156,183); }
H1.HeaderClassName
{
color: #9F9CB7;
}
.AnyTagClassName
{
color: #9F9CB7;
}
</style>
background-color css
<style>
a { background-color: #9F9CB7; }
a { background-color: rgb(159,156,183); }
div.DivClassName
{
background-color: #9F9CB7;
}
.BgClassName
{
background-color: #9F9CB7;
}
</style>
border-color css
<style>
span { border-color: #9F9CB7; }
span { border-color: rgb(159,156,183); }
td.TdClassName
{
border-color: #9F9CB7;
}
.TagClassName
{
border-color: #9F9CB7;
}
</style>