Shades of Logan #9496B1
Tints of Logan #9496B1
RGB
CMYK
RGB Variations
Color information
#9496B1 (or 0x9496B1) is known color: Logan. HEX triplet: 94, 96 and B1. RGB value is (148,150,177). Sum of RGB (Red+Green+Blue) = 148+150+177=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #9496B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9496B1 is #6B694E. Grayscale: #989898. Windows color (decimal): -7039311 or 11638420. OLE color: 11638420.
HSL color Cylindrical-coordinate representation of color #9496B1: hue angle of 235.86º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9496B1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 150 | 177 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.31 |
| HSL | 235.86º | 0.16% | 0.64% | - |
| HSV(B) | 235.86º | 0.16% | 0.69% | - |
| XYZ | 31.05 | 31.28 | 46 | - |
| YUV | 152.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 150 | 177 | 0.16 | 0.15 | 0 | 0.31 | 235.86 | 0.16 | 0.64 |
| Hex | 94 | 96 | B1 | 10 | F | 0 | 1F | EC | 10 | 40 |
| Octal | 224 | 226 | 261 | 20 | 17 | 0 | 37 | 354 | 20 | 100 |
| Binary | 10010100 | 10010110 | 10110001 | 10000 | 1111 | 0 | 11111 | 11101100 | 10000 | 1000000 |
Color Harmonies of #9496B1
Complementary color
Monochromatic Colors of #9496B1
Black with #9496B1
Text Example
Text Example
White with #9496B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9496B1; }
p { color: rgb(148,150,177); }
H1.HeaderClassName
{
color: #9496B1;
}
.AnyTagClassName
{
color: #9496B1;
}
</style>
background-color css
<style>
a { background-color: #9496B1; }
a { background-color: rgb(148,150,177); }
div.DivClassName
{
background-color: #9496B1;
}
.BgClassName
{
background-color: #9496B1;
}
</style>
border-color css
<style>
span { border-color: #9496B1; }
span { border-color: rgb(148,150,177); }
td.TdClassName
{
border-color: #9496B1;
}
.TagClassName
{
border-color: #9496B1;
}
</style>