Shades of Logan #9598BA
Tints of Logan #9598BA
RGB
CMYK
RGB Variations
Color information
#9598BA (or 0x9598BA) is known color: Logan. HEX triplet: 95, 98 and BA. RGB value is (149,152,186). Sum of RGB (Red+Green+Blue) = 149+152+186=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #9598BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598BA is #6A6745. Grayscale: #9A9A9A. Windows color (decimal): -6973254 or 12228757. OLE color: 12228757.
HSL color Cylindrical-coordinate representation of color #9598BA: hue angle of 235.14º 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 #9598BA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 152 | 186 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.27 |
| HSL | 235.14º | 0.21% | 0.66% | - |
| HSV(B) | 235.14º | 0.2% | 0.73% | - |
| XYZ | 32.49 | 32.39 | 50.99 | - |
| YUV | 154.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 186 | 0.20 | 0.18 | 0 | 0.27 | 235.14 | 0.21 | 0.66 |
| Hex | 95 | 98 | BA | 14 | 12 | 0 | 1B | EB | 15 | 42 |
| Octal | 225 | 230 | 272 | 24 | 22 | 0 | 33 | 353 | 25 | 102 |
| Binary | 10010101 | 10011000 | 10111010 | 10100 | 10010 | 0 | 11011 | 11101011 | 10101 | 1000010 |
Color Harmonies of #9598BA
Complementary color
Monochromatic Colors of #9598BA
Black with #9598BA
Text Example
Text Example
White with #9598BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9598BA; }
p { color: rgb(149,152,186); }
H1.HeaderClassName
{
color: #9598BA;
}
.AnyTagClassName
{
color: #9598BA;
}
</style>
background-color css
<style>
a { background-color: #9598BA; }
a { background-color: rgb(149,152,186); }
div.DivClassName
{
background-color: #9598BA;
}
.BgClassName
{
background-color: #9598BA;
}
</style>
border-color css
<style>
span { border-color: #9598BA; }
span { border-color: rgb(149,152,186); }
td.TdClassName
{
border-color: #9598BA;
}
.TagClassName
{
border-color: #9598BA;
}
</style>