Shades of Logan #9597BA
Tints of Logan #9597BA
RGB
CMYK
RGB Variations
Color information
#9597BA (or 0x9597BA) is known color: Logan. HEX triplet: 95, 97 and BA. RGB value is (149,151,186). Sum of RGB (Red+Green+Blue) = 149+151+186=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #9597BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597BA is #6A6845. Grayscale: #9A9A9A. Windows color (decimal): -6973510 or 12228501. OLE color: 12228501.
HSL color Cylindrical-coordinate representation of color #9597BA: hue angle of 236.76º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9597BA is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 151 | 186 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.27 |
| HSL | 236.76º | 0.21% | 0.66% | - |
| HSV(B) | 236.76º | 0.2% | 0.73% | - |
| XYZ | 32.32 | 32.07 | 50.94 | - |
| YUV | 154.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 186 | 0.20 | 0.19 | 0 | 0.27 | 236.76 | 0.21 | 0.66 |
| Hex | 95 | 97 | BA | 14 | 13 | 0 | 1B | ED | 15 | 42 |
| Octal | 225 | 227 | 272 | 24 | 23 | 0 | 33 | 355 | 25 | 102 |
| Binary | 10010101 | 10010111 | 10111010 | 10100 | 10011 | 0 | 11011 | 11101101 | 10101 | 1000010 |
Color Harmonies of #9597BA
Complementary color
Monochromatic Colors of #9597BA
Black with #9597BA
Text Example
Text Example
White with #9597BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9597BA; }
p { color: rgb(149,151,186); }
H1.HeaderClassName
{
color: #9597BA;
}
.AnyTagClassName
{
color: #9597BA;
}
</style>
background-color css
<style>
a { background-color: #9597BA; }
a { background-color: rgb(149,151,186); }
div.DivClassName
{
background-color: #9597BA;
}
.BgClassName
{
background-color: #9597BA;
}
</style>
border-color css
<style>
span { border-color: #9597BA; }
span { border-color: rgb(149,151,186); }
td.TdClassName
{
border-color: #9597BA;
}
.TagClassName
{
border-color: #9597BA;
}
</style>