Shades of Logan #9A97BA
Tints of Logan #9A97BA
RGB
CMYK
RGB Variations
Color information
#9A97BA (or 0x9A97BA) is known color: Logan. HEX triplet: 9A, 97 and BA. RGB value is (154,151,186). Sum of RGB (Red+Green+Blue) = 154+151+186=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A97BA is #656845. Grayscale: #9B9B9B. Windows color (decimal): -6645830 or 12228506. OLE color: 12228506.
HSL color Cylindrical-coordinate representation of color #9A97BA: hue angle of 245.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A97BA is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 151 | 186 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.27 |
| HSL | 245.14º | 0.2% | 0.66% | - |
| HSV(B) | 245.14º | 0.19% | 0.73% | - |
| XYZ | 33.26 | 32.55 | 50.98 | - |
| YUV | 155.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 186 | 0.17 | 0.19 | 0 | 0.27 | 245.14 | 0.2 | 0.66 |
| Hex | 9A | 97 | BA | 11 | 13 | 0 | 1B | F5 | 14 | 42 |
| Octal | 232 | 227 | 272 | 21 | 23 | 0 | 33 | 365 | 24 | 102 |
| Binary | 10011010 | 10010111 | 10111010 | 10001 | 10011 | 0 | 11011 | 11110101 | 10100 | 1000010 |
Color Harmonies of #9A97BA
Complementary color
Monochromatic Colors of #9A97BA
Black with #9A97BA
Text Example
Text Example
White with #9A97BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A97BA; }
p { color: rgb(154,151,186); }
H1.HeaderClassName
{
color: #9A97BA;
}
.AnyTagClassName
{
color: #9A97BA;
}
</style>
background-color css
<style>
a { background-color: #9A97BA; }
a { background-color: rgb(154,151,186); }
div.DivClassName
{
background-color: #9A97BA;
}
.BgClassName
{
background-color: #9A97BA;
}
</style>
border-color css
<style>
span { border-color: #9A97BA; }
span { border-color: rgb(154,151,186); }
td.TdClassName
{
border-color: #9A97BA;
}
.TagClassName
{
border-color: #9A97BA;
}
</style>