Shades of Logan #9C9DBF
Tints of Logan #9C9DBF
RGB
CMYK
RGB Variations
Color information
#9C9DBF (or 0x9C9DBF) is known color: Logan. HEX triplet: 9C, 9D and BF. RGB value is (156,157,191). Sum of RGB (Red+Green+Blue) = 156+157+191=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DBF is #636240. Grayscale: #A0A0A0. Windows color (decimal): -6513217 or 12557724. OLE color: 12557724.
HSL color Cylindrical-coordinate representation of color #9C9DBF: hue angle of 238.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C9DBF is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 157 | 191 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.25 |
| HSL | 238.29º | 0.21% | 0.68% | - |
| HSV(B) | 238.29º | 0.18% | 0.75% | - |
| XYZ | 35.17 | 34.94 | 54.18 | - |
| YUV | 160.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 157 | 191 | 0.18 | 0.18 | 0 | 0.25 | 238.29 | 0.21 | 0.68 |
| Hex | 9C | 9D | BF | 12 | 12 | 0 | 19 | EE | 15 | 44 |
| Octal | 234 | 235 | 277 | 22 | 22 | 0 | 31 | 356 | 25 | 104 |
| Binary | 10011100 | 10011101 | 10111111 | 10010 | 10010 | 0 | 11001 | 11101110 | 10101 | 1000100 |
Color Harmonies of #9C9DBF
Complementary color
Monochromatic Colors of #9C9DBF
Black with #9C9DBF
Text Example
Text Example
White with #9C9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9DBF; }
p { color: rgb(156,157,191); }
H1.HeaderClassName
{
color: #9C9DBF;
}
.AnyTagClassName
{
color: #9C9DBF;
}
</style>
background-color css
<style>
a { background-color: #9C9DBF; }
a { background-color: rgb(156,157,191); }
div.DivClassName
{
background-color: #9C9DBF;
}
.BgClassName
{
background-color: #9C9DBF;
}
</style>
border-color css
<style>
span { border-color: #9C9DBF; }
span { border-color: rgb(156,157,191); }
td.TdClassName
{
border-color: #9C9DBF;
}
.TagClassName
{
border-color: #9C9DBF;
}
</style>