Shades of Logan #9196BC
Tints of Logan #9196BC
RGB
CMYK
RGB Variations
Color information
#9196BC (or 0x9196BC) is known color: Logan. HEX triplet: 91, 96 and BC. RGB value is (145,150,188). Sum of RGB (Red+Green+Blue) = 145+150+188=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #9196BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9196BC is #6E6943. Grayscale: #989898. Windows color (decimal): -7235908 or 12359313. OLE color: 12359313.
HSL color Cylindrical-coordinate representation of color #9196BC: hue angle of 233.02º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9196BC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 150 | 188 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.26 |
| HSL | 233.02º | 0.24% | 0.65% | - |
| HSV(B) | 233.02º | 0.23% | 0.74% | - |
| XYZ | 31.66 | 31.46 | 51.98 | - |
| YUV | 152.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 188 | 0.23 | 0.20 | 0 | 0.26 | 233.02 | 0.24 | 0.65 |
| Hex | 91 | 96 | BC | 17 | 14 | 0 | 1A | E9 | 18 | 41 |
| Octal | 221 | 226 | 274 | 27 | 24 | 0 | 32 | 351 | 30 | 101 |
| Binary | 10010001 | 10010110 | 10111100 | 10111 | 10100 | 0 | 11010 | 11101001 | 11000 | 1000001 |
Color Harmonies of #9196BC
Complementary color
Monochromatic Colors of #9196BC
Black with #9196BC
Text Example
Text Example
White with #9196BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9196BC; }
p { color: rgb(145,150,188); }
H1.HeaderClassName
{
color: #9196BC;
}
.AnyTagClassName
{
color: #9196BC;
}
</style>
background-color css
<style>
a { background-color: #9196BC; }
a { background-color: rgb(145,150,188); }
div.DivClassName
{
background-color: #9196BC;
}
.BgClassName
{
background-color: #9196BC;
}
</style>
border-color css
<style>
span { border-color: #9196BC; }
span { border-color: rgb(145,150,188); }
td.TdClassName
{
border-color: #9196BC;
}
.TagClassName
{
border-color: #9196BC;
}
</style>