Shades of Logan #9091B7
Tints of Logan #9091B7
RGB
CMYK
RGB Variations
Color information
#9091B7 (or 0x9091B7) is known color: Logan. HEX triplet: 90, 91 and B7. RGB value is (144,145,183). Sum of RGB (Red+Green+Blue) = 144+145+183=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #9091B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9091B7 is #6F6E48. Grayscale: #949494. Windows color (decimal): -7302729 or 12030352. OLE color: 12030352.
HSL color Cylindrical-coordinate representation of color #9091B7: hue angle of 238.46º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9091B7 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 145 | 183 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.28 |
| HSL | 238.46º | 0.21% | 0.64% | - |
| HSV(B) | 238.46º | 0.21% | 0.72% | - |
| XYZ | 30.17 | 29.6 | 48.92 | - |
| YUV | 149.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 145 | 183 | 0.21 | 0.21 | 0 | 0.28 | 238.46 | 0.21 | 0.64 |
| Hex | 90 | 91 | B7 | 15 | 15 | 0 | 1C | EE | 15 | 40 |
| Octal | 220 | 221 | 267 | 25 | 25 | 0 | 34 | 356 | 25 | 100 |
| Binary | 10010000 | 10010001 | 10110111 | 10101 | 10101 | 0 | 11100 | 11101110 | 10101 | 1000000 |
Color Harmonies of #9091B7
Complementary color
Monochromatic Colors of #9091B7
Black with #9091B7
Text Example
Text Example
White with #9091B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9091B7; }
p { color: rgb(144,145,183); }
H1.HeaderClassName
{
color: #9091B7;
}
.AnyTagClassName
{
color: #9091B7;
}
</style>
background-color css
<style>
a { background-color: #9091B7; }
a { background-color: rgb(144,145,183); }
div.DivClassName
{
background-color: #9091B7;
}
.BgClassName
{
background-color: #9091B7;
}
</style>
border-color css
<style>
span { border-color: #9091B7; }
span { border-color: rgb(144,145,183); }
td.TdClassName
{
border-color: #9091B7;
}
.TagClassName
{
border-color: #9091B7;
}
</style>