Shades of Logan #9690BB
Tints of Logan #9690BB
RGB
CMYK
RGB Variations
Color information
#9690BB (or 0x9690BB) is known color: Logan. HEX triplet: 96, 90 and BB. RGB value is (150,144,187). Sum of RGB (Red+Green+Blue) = 150+144+187=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #9690BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690BB is #696F44. Grayscale: #969696. Windows color (decimal): -6909765 or 12292246. OLE color: 12292246.
HSL color Cylindrical-coordinate representation of color #9690BB: hue angle of 248.37º degrees, saturation: 0.24, 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 #9690BB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 144 | 187 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.27 |
| HSL | 248.37º | 0.24% | 0.65% | - |
| HSV(B) | 248.37º | 0.23% | 0.73% | - |
| XYZ | 31.52 | 30.02 | 51.15 | - |
| YUV | 150.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 187 | 0.20 | 0.23 | 0 | 0.27 | 248.37 | 0.24 | 0.65 |
| Hex | 96 | 90 | BB | 14 | 17 | 0 | 1B | F8 | 18 | 41 |
| Octal | 226 | 220 | 273 | 24 | 27 | 0 | 33 | 370 | 30 | 101 |
| Binary | 10010110 | 10010000 | 10111011 | 10100 | 10111 | 0 | 11011 | 11111000 | 11000 | 1000001 |
Color Harmonies of #9690BB
Complementary color
Monochromatic Colors of #9690BB
Black with #9690BB
Text Example
Text Example
White with #9690BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690BB; }
p { color: rgb(150,144,187); }
H1.HeaderClassName
{
color: #9690BB;
}
.AnyTagClassName
{
color: #9690BB;
}
</style>
background-color css
<style>
a { background-color: #9690BB; }
a { background-color: rgb(150,144,187); }
div.DivClassName
{
background-color: #9690BB;
}
.BgClassName
{
background-color: #9690BB;
}
</style>
border-color css
<style>
span { border-color: #9690BB; }
span { border-color: rgb(150,144,187); }
td.TdClassName
{
border-color: #9690BB;
}
.TagClassName
{
border-color: #9690BB;
}
</style>