Shades of Logan #9F9EBC
Tints of Logan #9F9EBC
RGB
CMYK
RGB Variations
Color information
#9F9EBC (or 0x9F9EBC) is known color: Logan. HEX triplet: 9F, 9E and BC. RGB value is (159,158,188). Sum of RGB (Red+Green+Blue) = 159+158+188=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9EBC is #606143. Grayscale: #A1A1A1. Windows color (decimal): -6316356 or 12361375. OLE color: 12361375.
HSL color Cylindrical-coordinate representation of color #9F9EBC: hue angle of 242º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9F9EBC is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 158 | 188 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.26 |
| HSL | 242º | 0.18% | 0.68% | - |
| HSV(B) | 242º | 0.16% | 0.74% | - |
| XYZ | 35.6 | 35.46 | 52.54 | - |
| YUV | 161.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 188 | 0.15 | 0.16 | 0 | 0.26 | 242 | 0.18 | 0.68 |
| Hex | 9F | 9E | BC | F | 10 | 0 | 1A | F2 | 12 | 44 |
| Octal | 237 | 236 | 274 | 17 | 20 | 0 | 32 | 362 | 22 | 104 |
| Binary | 10011111 | 10011110 | 10111100 | 1111 | 10000 | 0 | 11010 | 11110010 | 10010 | 1000100 |
Color Harmonies of #9F9EBC
Complementary color
Monochromatic Colors of #9F9EBC
Black with #9F9EBC
Text Example
Text Example
White with #9F9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9EBC; }
p { color: rgb(159,158,188); }
H1.HeaderClassName
{
color: #9F9EBC;
}
.AnyTagClassName
{
color: #9F9EBC;
}
</style>
background-color css
<style>
a { background-color: #9F9EBC; }
a { background-color: rgb(159,158,188); }
div.DivClassName
{
background-color: #9F9EBC;
}
.BgClassName
{
background-color: #9F9EBC;
}
</style>
border-color css
<style>
span { border-color: #9F9EBC; }
span { border-color: rgb(159,158,188); }
td.TdClassName
{
border-color: #9F9EBC;
}
.TagClassName
{
border-color: #9F9EBC;
}
</style>