Shades of Logan #9190BD
Tints of Logan #9190BD
RGB
CMYK
RGB Variations
Color information
#9190BD (or 0x9190BD) is known color: Logan. HEX triplet: 91, 90 and BD. RGB value is (145,144,189). Sum of RGB (Red+Green+Blue) = 145+144+189=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #9190BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9190BD is #6E6F42. Grayscale: #959595. Windows color (decimal): -7237443 or 12423313. OLE color: 12423313.
HSL color Cylindrical-coordinate representation of color #9190BD: hue angle of 241.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9190BD is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 144 | 189 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.26 |
| HSL | 241.33º | 0.25% | 0.65% | - |
| HSV(B) | 241.33º | 0.24% | 0.74% | - |
| XYZ | 30.84 | 29.64 | 52.24 | - |
| YUV | 149.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 144 | 189 | 0.23 | 0.24 | 0 | 0.26 | 241.33 | 0.25 | 0.65 |
| Hex | 91 | 90 | BD | 17 | 18 | 0 | 1A | F1 | 19 | 41 |
| Octal | 221 | 220 | 275 | 27 | 30 | 0 | 32 | 361 | 31 | 101 |
| Binary | 10010001 | 10010000 | 10111101 | 10111 | 11000 | 0 | 11010 | 11110001 | 11001 | 1000001 |
Color Harmonies of #9190BD
Complementary color
Monochromatic Colors of #9190BD
Black with #9190BD
Text Example
Text Example
White with #9190BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9190BD; }
p { color: rgb(145,144,189); }
H1.HeaderClassName
{
color: #9190BD;
}
.AnyTagClassName
{
color: #9190BD;
}
</style>
background-color css
<style>
a { background-color: #9190BD; }
a { background-color: rgb(145,144,189); }
div.DivClassName
{
background-color: #9190BD;
}
.BgClassName
{
background-color: #9190BD;
}
</style>
border-color css
<style>
span { border-color: #9190BD; }
span { border-color: rgb(145,144,189); }
td.TdClassName
{
border-color: #9190BD;
}
.TagClassName
{
border-color: #9190BD;
}
</style>