Shades of Logan #9690BA
Tints of Logan #9690BA
RGB
CMYK
RGB Variations
Color information
#9690BA (or 0x9690BA) is known color: Logan. HEX triplet: 96, 90 and BA. RGB value is (150,144,186). Sum of RGB (Red+Green+Blue) = 150+144+186=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #9690BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690BA is #696F45. Grayscale: #969696. Windows color (decimal): -6909766 or 12226710. OLE color: 12226710.
HSL color Cylindrical-coordinate representation of color #9690BA: hue angle of 248.57º 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 #9690BA is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 144 | 186 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.27 |
| HSL | 248.57º | 0.23% | 0.65% | - |
| HSV(B) | 248.57º | 0.23% | 0.73% | - |
| XYZ | 31.41 | 29.98 | 50.58 | - |
| YUV | 150.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 186 | 0.19 | 0.23 | 0 | 0.27 | 248.57 | 0.23 | 0.65 |
| Hex | 96 | 90 | BA | 13 | 17 | 0 | 1B | F9 | 17 | 41 |
| Octal | 226 | 220 | 272 | 23 | 27 | 0 | 33 | 371 | 27 | 101 |
| Binary | 10010110 | 10010000 | 10111010 | 10011 | 10111 | 0 | 11011 | 11111001 | 10111 | 1000001 |
Color Harmonies of #9690BA
Complementary color
Monochromatic Colors of #9690BA
Black with #9690BA
Text Example
Text Example
White with #9690BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690BA; }
p { color: rgb(150,144,186); }
H1.HeaderClassName
{
color: #9690BA;
}
.AnyTagClassName
{
color: #9690BA;
}
</style>
background-color css
<style>
a { background-color: #9690BA; }
a { background-color: rgb(150,144,186); }
div.DivClassName
{
background-color: #9690BA;
}
.BgClassName
{
background-color: #9690BA;
}
</style>
border-color css
<style>
span { border-color: #9690BA; }
span { border-color: rgb(150,144,186); }
td.TdClassName
{
border-color: #9690BA;
}
.TagClassName
{
border-color: #9690BA;
}
</style>