Shades of Logan #9B9CAD
Tints of Logan #9B9CAD
RGB
CMYK
RGB Variations
Color information
#9B9CAD (or 0x9B9CAD) is known color: Logan. HEX triplet: 9B, 9C and AD. RGB value is (155,156,173). Sum of RGB (Red+Green+Blue) = 155+156+173=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B9CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9CAD is #646352. Grayscale: #9D9D9D. Windows color (decimal): -6579027 or 11377819. OLE color: 11377819.
HSL color Cylindrical-coordinate representation of color #9B9CAD: hue angle of 236.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B9CAD is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 156 | 173 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.32 |
| HSL | 236.67º | 0.1% | 0.64% | - |
| HSV(B) | 236.67º | 0.1% | 0.68% | - |
| XYZ | 32.95 | 33.76 | 44.32 | - |
| YUV | 157.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 156 | 173 | 0.10 | 0.10 | 0 | 0.32 | 236.67 | 0.1 | 0.64 |
| Hex | 9B | 9C | AD | A | A | 0 | 20 | ED | A | 40 |
| Octal | 233 | 234 | 255 | 12 | 12 | 0 | 40 | 355 | 12 | 100 |
| Binary | 10011011 | 10011100 | 10101101 | 1010 | 1010 | 0 | 100000 | 11101101 | 1010 | 1000000 |
Color Harmonies of #9B9CAD
Complementary color
Monochromatic Colors of #9B9CAD
Black with #9B9CAD
Text Example
Text Example
White with #9B9CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9CAD; }
p { color: rgb(155,156,173); }
H1.HeaderClassName
{
color: #9B9CAD;
}
.AnyTagClassName
{
color: #9B9CAD;
}
</style>
background-color css
<style>
a { background-color: #9B9CAD; }
a { background-color: rgb(155,156,173); }
div.DivClassName
{
background-color: #9B9CAD;
}
.BgClassName
{
background-color: #9B9CAD;
}
</style>
border-color css
<style>
span { border-color: #9B9CAD; }
span { border-color: rgb(155,156,173); }
td.TdClassName
{
border-color: #9B9CAD;
}
.TagClassName
{
border-color: #9B9CAD;
}
</style>