Shades of Logan #9196BA
Tints of Logan #9196BA
RGB
CMYK
RGB Variations
Color information
#9196BA (or 0x9196BA) is known color: Logan. HEX triplet: 91, 96 and BA. RGB value is (145,150,186). Sum of RGB (Red+Green+Blue) = 145+150+186=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #9196BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9196BA is #6E6945. Grayscale: #989898. Windows color (decimal): -7235910 or 12228241. OLE color: 12228241.
HSL color Cylindrical-coordinate representation of color #9196BA: hue angle of 232.68º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9196BA is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 150 | 186 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.27 |
| HSL | 232.68º | 0.23% | 0.65% | - |
| HSV(B) | 232.68º | 0.22% | 0.73% | - |
| XYZ | 31.45 | 31.38 | 50.85 | - |
| YUV | 152.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 186 | 0.22 | 0.19 | 0 | 0.27 | 232.68 | 0.23 | 0.65 |
| Hex | 91 | 96 | BA | 16 | 13 | 0 | 1B | E9 | 17 | 41 |
| Octal | 221 | 226 | 272 | 26 | 23 | 0 | 33 | 351 | 27 | 101 |
| Binary | 10010001 | 10010110 | 10111010 | 10110 | 10011 | 0 | 11011 | 11101001 | 10111 | 1000001 |
Color Harmonies of #9196BA
Complementary color
Monochromatic Colors of #9196BA
Black with #9196BA
Text Example
Text Example
White with #9196BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9196BA; }
p { color: rgb(145,150,186); }
H1.HeaderClassName
{
color: #9196BA;
}
.AnyTagClassName
{
color: #9196BA;
}
</style>
background-color css
<style>
a { background-color: #9196BA; }
a { background-color: rgb(145,150,186); }
div.DivClassName
{
background-color: #9196BA;
}
.BgClassName
{
background-color: #9196BA;
}
</style>
border-color css
<style>
span { border-color: #9196BA; }
span { border-color: rgb(145,150,186); }
td.TdClassName
{
border-color: #9196BA;
}
.TagClassName
{
border-color: #9196BA;
}
</style>