Shades of Logan #9596B7
Tints of Logan #9596B7
RGB
CMYK
RGB Variations
Color information
#9596B7 (or 0x9596B7) is known color: Logan. HEX triplet: 95, 96 and B7. RGB value is (149,150,183). Sum of RGB (Red+Green+Blue) = 149+150+183=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 183 - color contains mainly: blue. Hex color #9596B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9596B7 is #6A6948. Grayscale: #999999. Windows color (decimal): -6973769 or 12031637. OLE color: 12031637.
HSL color Cylindrical-coordinate representation of color #9596B7: hue angle of 238.24º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9596B7 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 150 | 183 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.28 |
| HSL | 238.24º | 0.19% | 0.65% | - |
| HSV(B) | 238.24º | 0.19% | 0.72% | - |
| XYZ | 31.85 | 31.62 | 49.22 | - |
| YUV | 153.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 183 | 0.19 | 0.18 | 0 | 0.28 | 238.24 | 0.19 | 0.65 |
| Hex | 95 | 96 | B7 | 13 | 12 | 0 | 1C | EE | 13 | 41 |
| Octal | 225 | 226 | 267 | 23 | 22 | 0 | 34 | 356 | 23 | 101 |
| Binary | 10010101 | 10010110 | 10110111 | 10011 | 10010 | 0 | 11100 | 11101110 | 10011 | 1000001 |
Color Harmonies of #9596B7
Complementary color
Monochromatic Colors of #9596B7
Black with #9596B7
Text Example
Text Example
White with #9596B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9596B7; }
p { color: rgb(149,150,183); }
H1.HeaderClassName
{
color: #9596B7;
}
.AnyTagClassName
{
color: #9596B7;
}
</style>
background-color css
<style>
a { background-color: #9596B7; }
a { background-color: rgb(149,150,183); }
div.DivClassName
{
background-color: #9596B7;
}
.BgClassName
{
background-color: #9596B7;
}
</style>
border-color css
<style>
span { border-color: #9596B7; }
span { border-color: rgb(149,150,183); }
td.TdClassName
{
border-color: #9596B7;
}
.TagClassName
{
border-color: #9596B7;
}
</style>