Shades of Logan #9596B1
Tints of Logan #9596B1
RGB
CMYK
RGB Variations
Color information
#9596B1 (or 0x9596B1) is known color: Logan. HEX triplet: 95, 96 and B1. RGB value is (149,150,177). Sum of RGB (Red+Green+Blue) = 149+150+177=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 177 - color contains mainly: blue. Hex color #9596B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9596B1 is #6A694E. Grayscale: #989898. Windows color (decimal): -6973775 or 11638421. OLE color: 11638421.
HSL color Cylindrical-coordinate representation of color #9596B1: hue angle of 237.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9596B1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 150 | 177 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.31 |
| HSL | 237.86º | 0.15% | 0.64% | - |
| HSV(B) | 237.86º | 0.16% | 0.69% | - |
| XYZ | 31.24 | 31.38 | 46 | - |
| YUV | 152.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 177 | 0.16 | 0.15 | 0 | 0.31 | 237.86 | 0.15 | 0.64 |
| Hex | 95 | 96 | B1 | 10 | F | 0 | 1F | EE | F | 40 |
| Octal | 225 | 226 | 261 | 20 | 17 | 0 | 37 | 356 | 17 | 100 |
| Binary | 10010101 | 10010110 | 10110001 | 10000 | 1111 | 0 | 11111 | 11101110 | 1111 | 1000000 |
Color Harmonies of #9596B1
Complementary color
Monochromatic Colors of #9596B1
Black with #9596B1
Text Example
Text Example
White with #9596B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9596B1; }
p { color: rgb(149,150,177); }
H1.HeaderClassName
{
color: #9596B1;
}
.AnyTagClassName
{
color: #9596B1;
}
</style>
background-color css
<style>
a { background-color: #9596B1; }
a { background-color: rgb(149,150,177); }
div.DivClassName
{
background-color: #9596B1;
}
.BgClassName
{
background-color: #9596B1;
}
</style>
border-color css
<style>
span { border-color: #9596B1; }
span { border-color: rgb(149,150,177); }
td.TdClassName
{
border-color: #9596B1;
}
.TagClassName
{
border-color: #9596B1;
}
</style>