Shades of Logan #9F9AB4
Tints of Logan #9F9AB4
RGB
CMYK
RGB Variations
Color information
#9F9AB4 (or 0x9F9AB4) is known color: Logan. HEX triplet: 9F, 9A and B4. RGB value is (159,154,180). Sum of RGB (Red+Green+Blue) = 159+154+180=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F9AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9AB4 is #60654B. Grayscale: #9E9E9E. Windows color (decimal): -6317388 or 11836063. OLE color: 11836063.
HSL color Cylindrical-coordinate representation of color #9F9AB4: hue angle of 251.54º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F9AB4 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 154 | 180 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.29 |
| HSL | 251.54º | 0.15% | 0.65% | - |
| HSV(B) | 251.54º | 0.14% | 0.71% | - |
| XYZ | 34.09 | 33.78 | 47.9 | - |
| YUV | 158.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 180 | 0.12 | 0.14 | 0 | 0.29 | 251.54 | 0.15 | 0.65 |
| Hex | 9F | 9A | B4 | C | E | 0 | 1D | FC | F | 41 |
| Octal | 237 | 232 | 264 | 14 | 16 | 0 | 35 | 374 | 17 | 101 |
| Binary | 10011111 | 10011010 | 10110100 | 1100 | 1110 | 0 | 11101 | 11111100 | 1111 | 1000001 |
Color Harmonies of #9F9AB4
Complementary color
Monochromatic Colors of #9F9AB4
Black with #9F9AB4
Text Example
Text Example
White with #9F9AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9AB4; }
p { color: rgb(159,154,180); }
H1.HeaderClassName
{
color: #9F9AB4;
}
.AnyTagClassName
{
color: #9F9AB4;
}
</style>
background-color css
<style>
a { background-color: #9F9AB4; }
a { background-color: rgb(159,154,180); }
div.DivClassName
{
background-color: #9F9AB4;
}
.BgClassName
{
background-color: #9F9AB4;
}
</style>
border-color css
<style>
span { border-color: #9F9AB4; }
span { border-color: rgb(159,154,180); }
td.TdClassName
{
border-color: #9F9AB4;
}
.TagClassName
{
border-color: #9F9AB4;
}
</style>