Shades of Logan #9197B7
Tints of Logan #9197B7
RGB
CMYK
RGB Variations
Color information
#9197B7 (or 0x9197B7) is known color: Logan. HEX triplet: 91, 97 and B7. RGB value is (145,151,183). Sum of RGB (Red+Green+Blue) = 145+151+183=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 183 - color contains mainly: blue. Hex color #9197B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197B7 is #6E6848. Grayscale: #989898. Windows color (decimal): -7235657 or 12031889. OLE color: 12031889.
HSL color Cylindrical-coordinate representation of color #9197B7: hue angle of 230.53º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9197B7 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 151 | 183 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.28 |
| HSL | 230.53º | 0.21% | 0.64% | - |
| HSV(B) | 230.53º | 0.21% | 0.72% | - |
| XYZ | 31.29 | 31.57 | 49.24 | - |
| YUV | 152.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 183 | 0.21 | 0.17 | 0 | 0.28 | 230.53 | 0.21 | 0.64 |
| Hex | 91 | 97 | B7 | 15 | 11 | 0 | 1C | E7 | 15 | 40 |
| Octal | 221 | 227 | 267 | 25 | 21 | 0 | 34 | 347 | 25 | 100 |
| Binary | 10010001 | 10010111 | 10110111 | 10101 | 10001 | 0 | 11100 | 11100111 | 10101 | 1000000 |
Color Harmonies of #9197B7
Complementary color
Monochromatic Colors of #9197B7
Black with #9197B7
Text Example
Text Example
White with #9197B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9197B7; }
p { color: rgb(145,151,183); }
H1.HeaderClassName
{
color: #9197B7;
}
.AnyTagClassName
{
color: #9197B7;
}
</style>
background-color css
<style>
a { background-color: #9197B7; }
a { background-color: rgb(145,151,183); }
div.DivClassName
{
background-color: #9197B7;
}
.BgClassName
{
background-color: #9197B7;
}
</style>
border-color css
<style>
span { border-color: #9197B7; }
span { border-color: rgb(145,151,183); }
td.TdClassName
{
border-color: #9197B7;
}
.TagClassName
{
border-color: #9197B7;
}
</style>