Shades of Logan #9596B9
Tints of Logan #9596B9
RGB
CMYK
RGB Variations
Color information
#9596B9 (or 0x9596B9) is known color: Logan. HEX triplet: 95, 96 and B9. RGB value is (149,150,185). Sum of RGB (Red+Green+Blue) = 149+150+185=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #9596B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9596B9 is #6A6946. Grayscale: #999999. Windows color (decimal): -6973767 or 12162709. OLE color: 12162709.
HSL color Cylindrical-coordinate representation of color #9596B9: hue angle of 238.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9596B9 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 150 | 185 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.27 |
| HSL | 238.33º | 0.2% | 0.65% | - |
| HSV(B) | 238.33º | 0.19% | 0.73% | - |
| XYZ | 32.06 | 31.71 | 50.33 | - |
| YUV | 153.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 185 | 0.19 | 0.19 | 0 | 0.27 | 238.33 | 0.2 | 0.65 |
| Hex | 95 | 96 | B9 | 13 | 13 | 0 | 1B | EE | 14 | 41 |
| Octal | 225 | 226 | 271 | 23 | 23 | 0 | 33 | 356 | 24 | 101 |
| Binary | 10010101 | 10010110 | 10111001 | 10011 | 10011 | 0 | 11011 | 11101110 | 10100 | 1000001 |
Color Harmonies of #9596B9
Complementary color
Monochromatic Colors of #9596B9
Black with #9596B9
Text Example
Text Example
White with #9596B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9596B9; }
p { color: rgb(149,150,185); }
H1.HeaderClassName
{
color: #9596B9;
}
.AnyTagClassName
{
color: #9596B9;
}
</style>
background-color css
<style>
a { background-color: #9596B9; }
a { background-color: rgb(149,150,185); }
div.DivClassName
{
background-color: #9596B9;
}
.BgClassName
{
background-color: #9596B9;
}
</style>
border-color css
<style>
span { border-color: #9596B9; }
span { border-color: rgb(149,150,185); }
td.TdClassName
{
border-color: #9596B9;
}
.TagClassName
{
border-color: #9596B9;
}
</style>