Shades of Logan #9096BB
Tints of Logan #9096BB
RGB
CMYK
RGB Variations
Color information
#9096BB (or 0x9096BB) is known color: Logan. HEX triplet: 90, 96 and BB. RGB value is (144,150,187). Sum of RGB (Red+Green+Blue) = 144+150+187=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #9096BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096BB is #6F6944. Grayscale: #989898. Windows color (decimal): -7301445 or 12293776. OLE color: 12293776.
HSL color Cylindrical-coordinate representation of color #9096BB: hue angle of 231.63º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9096BB is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 150 | 187 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.27 |
| HSL | 231.63º | 0.24% | 0.65% | - |
| HSV(B) | 231.63º | 0.23% | 0.73% | - |
| XYZ | 31.38 | 31.33 | 51.41 | - |
| YUV | 152.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 187 | 0.23 | 0.20 | 0 | 0.27 | 231.63 | 0.24 | 0.65 |
| Hex | 90 | 96 | BB | 17 | 14 | 0 | 1B | E8 | 18 | 41 |
| Octal | 220 | 226 | 273 | 27 | 24 | 0 | 33 | 350 | 30 | 101 |
| Binary | 10010000 | 10010110 | 10111011 | 10111 | 10100 | 0 | 11011 | 11101000 | 11000 | 1000001 |
Color Harmonies of #9096BB
Complementary color
Monochromatic Colors of #9096BB
Black with #9096BB
Text Example
Text Example
White with #9096BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096BB; }
p { color: rgb(144,150,187); }
H1.HeaderClassName
{
color: #9096BB;
}
.AnyTagClassName
{
color: #9096BB;
}
</style>
background-color css
<style>
a { background-color: #9096BB; }
a { background-color: rgb(144,150,187); }
div.DivClassName
{
background-color: #9096BB;
}
.BgClassName
{
background-color: #9096BB;
}
</style>
border-color css
<style>
span { border-color: #9096BB; }
span { border-color: rgb(144,150,187); }
td.TdClassName
{
border-color: #9096BB;
}
.TagClassName
{
border-color: #9096BB;
}
</style>