Shades of Logan #9697B7
Tints of Logan #9697B7
RGB
CMYK
RGB Variations
Color information
#9697B7 (or 0x9697B7) is known color: Logan. HEX triplet: 96, 97 and B7. RGB value is (150,151,183). Sum of RGB (Red+Green+Blue) = 150+151+183=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 183 - color contains mainly: blue. Hex color #9697B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9697B7 is #696848. Grayscale: #9A9A9A. Windows color (decimal): -6907977 or 12031894. OLE color: 12031894.
HSL color Cylindrical-coordinate representation of color #9697B7: hue angle of 238.18º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9697B7 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 151 | 183 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.28 |
| HSL | 238.18º | 0.19% | 0.65% | - |
| HSV(B) | 238.18º | 0.18% | 0.72% | - |
| XYZ | 32.19 | 32.04 | 49.29 | - |
| YUV | 154.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 183 | 0.18 | 0.17 | 0 | 0.28 | 238.18 | 0.19 | 0.65 |
| Hex | 96 | 97 | B7 | 12 | 11 | 0 | 1C | EE | 13 | 41 |
| Octal | 226 | 227 | 267 | 22 | 21 | 0 | 34 | 356 | 23 | 101 |
| Binary | 10010110 | 10010111 | 10110111 | 10010 | 10001 | 0 | 11100 | 11101110 | 10011 | 1000001 |
Color Harmonies of #9697B7
Complementary color
Monochromatic Colors of #9697B7
Black with #9697B7
Text Example
Text Example
White with #9697B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9697B7; }
p { color: rgb(150,151,183); }
H1.HeaderClassName
{
color: #9697B7;
}
.AnyTagClassName
{
color: #9697B7;
}
</style>
background-color css
<style>
a { background-color: #9697B7; }
a { background-color: rgb(150,151,183); }
div.DivClassName
{
background-color: #9697B7;
}
.BgClassName
{
background-color: #9697B7;
}
</style>
border-color css
<style>
span { border-color: #9697B7; }
span { border-color: rgb(150,151,183); }
td.TdClassName
{
border-color: #9697B7;
}
.TagClassName
{
border-color: #9697B7;
}
</style>