Shades of Logan #9095BA
Tints of Logan #9095BA
RGB
CMYK
RGB Variations
Color information
#9095BA (or 0x9095BA) is known color: Logan. HEX triplet: 90, 95 and BA. RGB value is (144,149,186). Sum of RGB (Red+Green+Blue) = 144+149+186=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #9095BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095BA is #6F6A45. Grayscale: #979797. Windows color (decimal): -7301702 or 12227984. OLE color: 12227984.
HSL color Cylindrical-coordinate representation of color #9095BA: hue angle of 232.86º degrees, saturation: 0.23, 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 #9095BA is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 149 | 186 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.27 |
| HSL | 232.86º | 0.23% | 0.65% | - |
| HSV(B) | 232.86º | 0.23% | 0.73% | - |
| XYZ | 31.11 | 30.97 | 50.79 | - |
| YUV | 151.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 186 | 0.23 | 0.20 | 0 | 0.27 | 232.86 | 0.23 | 0.65 |
| Hex | 90 | 95 | BA | 17 | 14 | 0 | 1B | E9 | 17 | 41 |
| Octal | 220 | 225 | 272 | 27 | 24 | 0 | 33 | 351 | 27 | 101 |
| Binary | 10010000 | 10010101 | 10111010 | 10111 | 10100 | 0 | 11011 | 11101001 | 10111 | 1000001 |
Color Harmonies of #9095BA
Complementary color
Monochromatic Colors of #9095BA
Black with #9095BA
Text Example
Text Example
White with #9095BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9095BA; }
p { color: rgb(144,149,186); }
H1.HeaderClassName
{
color: #9095BA;
}
.AnyTagClassName
{
color: #9095BA;
}
</style>
background-color css
<style>
a { background-color: #9095BA; }
a { background-color: rgb(144,149,186); }
div.DivClassName
{
background-color: #9095BA;
}
.BgClassName
{
background-color: #9095BA;
}
</style>
border-color css
<style>
span { border-color: #9095BA; }
span { border-color: rgb(144,149,186); }
td.TdClassName
{
border-color: #9095BA;
}
.TagClassName
{
border-color: #9095BA;
}
</style>