Shades of Logan #9F9DBC
Tints of Logan #9F9DBC
RGB
CMYK
RGB Variations
Color information
#9F9DBC (or 0x9F9DBC) is known color: Logan. HEX triplet: 9F, 9D and BC. RGB value is (159,157,188). Sum of RGB (Red+Green+Blue) = 159+157+188=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F9DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DBC is #606243. Grayscale: #A1A1A1. Windows color (decimal): -6316612 or 12361119. OLE color: 12361119.
HSL color Cylindrical-coordinate representation of color #9F9DBC: hue angle of 243.87º degrees, saturation: 0.19, 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 #9F9DBC is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 157 | 188 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.26 |
| HSL | 243.87º | 0.19% | 0.68% | - |
| HSV(B) | 243.87º | 0.16% | 0.74% | - |
| XYZ | 35.43 | 35.12 | 52.49 | - |
| YUV | 161.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 157 | 188 | 0.15 | 0.16 | 0 | 0.26 | 243.87 | 0.19 | 0.68 |
| Hex | 9F | 9D | BC | F | 10 | 0 | 1A | F4 | 13 | 44 |
| Octal | 237 | 235 | 274 | 17 | 20 | 0 | 32 | 364 | 23 | 104 |
| Binary | 10011111 | 10011101 | 10111100 | 1111 | 10000 | 0 | 11010 | 11110100 | 10011 | 1000100 |
Color Harmonies of #9F9DBC
Complementary color
Monochromatic Colors of #9F9DBC
Black with #9F9DBC
Text Example
Text Example
White with #9F9DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9DBC; }
p { color: rgb(159,157,188); }
H1.HeaderClassName
{
color: #9F9DBC;
}
.AnyTagClassName
{
color: #9F9DBC;
}
</style>
background-color css
<style>
a { background-color: #9F9DBC; }
a { background-color: rgb(159,157,188); }
div.DivClassName
{
background-color: #9F9DBC;
}
.BgClassName
{
background-color: #9F9DBC;
}
</style>
border-color css
<style>
span { border-color: #9F9DBC; }
span { border-color: rgb(159,157,188); }
td.TdClassName
{
border-color: #9F9DBC;
}
.TagClassName
{
border-color: #9F9DBC;
}
</style>