Shades of Logan #9F9FC0
Tints of Logan #9F9FC0
RGB
CMYK
RGB Variations
Color information
#9F9FC0 (or 0x9F9FC0) is known color: Logan. HEX triplet: 9F, 9F and C0. RGB value is (159,159,192). Sum of RGB (Red+Green+Blue) = 159+159+192=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F9FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FC0 is #60603F. Grayscale: #A2A2A2. Windows color (decimal): -6316096 or 12623775. OLE color: 12623775.
HSL color Cylindrical-coordinate representation of color #9F9FC0: hue angle of 240º degrees, saturation: 0.21, 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 #9F9FC0 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 159 | 192 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.25 |
| HSL | 240º | 0.21% | 0.69% | - |
| HSV(B) | 240º | 0.17% | 0.75% | - |
| XYZ | 36.21 | 35.97 | 54.9 | - |
| YUV | 162.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 159 | 192 | 0.17 | 0.17 | 0 | 0.25 | 240 | 0.21 | 0.69 |
| Hex | 9F | 9F | C0 | 11 | 11 | 0 | 19 | F0 | 15 | 45 |
| Octal | 237 | 237 | 300 | 21 | 21 | 0 | 31 | 360 | 25 | 105 |
| Binary | 10011111 | 10011111 | 11000000 | 10001 | 10001 | 0 | 11001 | 11110000 | 10101 | 1000101 |
Color Harmonies of #9F9FC0
Complementary color
Monochromatic Colors of #9F9FC0
Black with #9F9FC0
Text Example
Text Example
White with #9F9FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FC0; }
p { color: rgb(159,159,192); }
H1.HeaderClassName
{
color: #9F9FC0;
}
.AnyTagClassName
{
color: #9F9FC0;
}
</style>
background-color css
<style>
a { background-color: #9F9FC0; }
a { background-color: rgb(159,159,192); }
div.DivClassName
{
background-color: #9F9FC0;
}
.BgClassName
{
background-color: #9F9FC0;
}
</style>
border-color css
<style>
span { border-color: #9F9FC0; }
span { border-color: rgb(159,159,192); }
td.TdClassName
{
border-color: #9F9FC0;
}
.TagClassName
{
border-color: #9F9FC0;
}
</style>