Shades of Logan #9590B6
Tints of Logan #9590B6
RGB
CMYK
RGB Variations
Color information
#9590B6 (or 0x9590B6) is known color: Logan. HEX triplet: 95, 90 and B6. RGB value is (149,144,182). Sum of RGB (Red+Green+Blue) = 149+144+182=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: blue. Hex color #9590B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9590B6 is #6A6F49. Grayscale: #959595. Windows color (decimal): -6975306 or 11964565. OLE color: 11964565.
HSL color Cylindrical-coordinate representation of color #9590B6: hue angle of 247.89º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9590B6 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 144 | 182 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.29 |
| HSL | 247.89º | 0.21% | 0.64% | - |
| HSV(B) | 247.89º | 0.21% | 0.71% | - |
| XYZ | 30.81 | 29.71 | 48.37 | - |
| YUV | 149.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 182 | 0.18 | 0.21 | 0 | 0.29 | 247.89 | 0.21 | 0.64 |
| Hex | 95 | 90 | B6 | 12 | 15 | 0 | 1D | F8 | 15 | 40 |
| Octal | 225 | 220 | 266 | 22 | 25 | 0 | 35 | 370 | 25 | 100 |
| Binary | 10010101 | 10010000 | 10110110 | 10010 | 10101 | 0 | 11101 | 11111000 | 10101 | 1000000 |
Color Harmonies of #9590B6
Complementary color
Monochromatic Colors of #9590B6
Black with #9590B6
Text Example
Text Example
White with #9590B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9590B6; }
p { color: rgb(149,144,182); }
H1.HeaderClassName
{
color: #9590B6;
}
.AnyTagClassName
{
color: #9590B6;
}
</style>
background-color css
<style>
a { background-color: #9590B6; }
a { background-color: rgb(149,144,182); }
div.DivClassName
{
background-color: #9590B6;
}
.BgClassName
{
background-color: #9590B6;
}
</style>
border-color css
<style>
span { border-color: #9590B6; }
span { border-color: rgb(149,144,182); }
td.TdClassName
{
border-color: #9590B6;
}
.TagClassName
{
border-color: #9590B6;
}
</style>