Shades of Logan #9F98BB
Tints of Logan #9F98BB
RGB
CMYK
RGB Variations
Color information
#9F98BB (or 0x9F98BB) is known color: Logan. HEX triplet: 9F, 98 and BB. RGB value is (159,152,187). Sum of RGB (Red+Green+Blue) = 159+152+187=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F98BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F98BB is #606744. Grayscale: #9D9D9D. Windows color (decimal): -6317893 or 12294303. OLE color: 12294303.
HSL color Cylindrical-coordinate representation of color #9F98BB: hue angle of 252º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F98BB is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 152 | 187 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.27 |
| HSL | 252º | 0.2% | 0.66% | - |
| HSV(B) | 252º | 0.19% | 0.73% | - |
| XYZ | 34.5 | 33.42 | 51.65 | - |
| YUV | 158.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 187 | 0.15 | 0.19 | 0 | 0.27 | 252 | 0.2 | 0.66 |
| Hex | 9F | 98 | BB | F | 13 | 0 | 1B | FC | 14 | 42 |
| Octal | 237 | 230 | 273 | 17 | 23 | 0 | 33 | 374 | 24 | 102 |
| Binary | 10011111 | 10011000 | 10111011 | 1111 | 10011 | 0 | 11011 | 11111100 | 10100 | 1000010 |
Color Harmonies of #9F98BB
Complementary color
Monochromatic Colors of #9F98BB
Black with #9F98BB
Text Example
Text Example
White with #9F98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F98BB; }
p { color: rgb(159,152,187); }
H1.HeaderClassName
{
color: #9F98BB;
}
.AnyTagClassName
{
color: #9F98BB;
}
</style>
background-color css
<style>
a { background-color: #9F98BB; }
a { background-color: rgb(159,152,187); }
div.DivClassName
{
background-color: #9F98BB;
}
.BgClassName
{
background-color: #9F98BB;
}
</style>
border-color css
<style>
span { border-color: #9F98BB; }
span { border-color: rgb(159,152,187); }
td.TdClassName
{
border-color: #9F98BB;
}
.TagClassName
{
border-color: #9F98BB;
}
</style>