Shades of Logan #9698BB
Tints of Logan #9698BB
RGB
CMYK
RGB Variations
Color information
#9698BB (or 0x9698BB) is known color: Logan. HEX triplet: 96, 98 and BB. RGB value is (150,152,187). Sum of RGB (Red+Green+Blue) = 150+152+187=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #9698BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698BB is #696744. Grayscale: #9B9B9B. Windows color (decimal): -6907717 or 12294294. OLE color: 12294294.
HSL color Cylindrical-coordinate representation of color #9698BB: hue angle of 236.76º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9698BB is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 152 | 187 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.27 |
| HSL | 236.76º | 0.21% | 0.66% | - |
| HSV(B) | 236.76º | 0.2% | 0.73% | - |
| XYZ | 32.78 | 32.53 | 51.56 | - |
| YUV | 155.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 187 | 0.20 | 0.19 | 0 | 0.27 | 236.76 | 0.21 | 0.66 |
| Hex | 96 | 98 | BB | 14 | 13 | 0 | 1B | ED | 15 | 42 |
| Octal | 226 | 230 | 273 | 24 | 23 | 0 | 33 | 355 | 25 | 102 |
| Binary | 10010110 | 10011000 | 10111011 | 10100 | 10011 | 0 | 11011 | 11101101 | 10101 | 1000010 |
Color Harmonies of #9698BB
Complementary color
Monochromatic Colors of #9698BB
Black with #9698BB
Text Example
Text Example
White with #9698BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9698BB; }
p { color: rgb(150,152,187); }
H1.HeaderClassName
{
color: #9698BB;
}
.AnyTagClassName
{
color: #9698BB;
}
</style>
background-color css
<style>
a { background-color: #9698BB; }
a { background-color: rgb(150,152,187); }
div.DivClassName
{
background-color: #9698BB;
}
.BgClassName
{
background-color: #9698BB;
}
</style>
border-color css
<style>
span { border-color: #9698BB; }
span { border-color: rgb(150,152,187); }
td.TdClassName
{
border-color: #9698BB;
}
.TagClassName
{
border-color: #9698BB;
}
</style>