Shades of Logan #9F99BF
Tints of Logan #9F99BF
RGB
CMYK
RGB Variations
Color information
#9F99BF (or 0x9F99BF) is known color: Logan. HEX triplet: 9F, 99 and BF. RGB value is (159,153,191). Sum of RGB (Red+Green+Blue) = 159+153+191=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F99BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99BF is #606640. Grayscale: #9E9E9E. Windows color (decimal): -6317633 or 12556703. OLE color: 12556703.
HSL color Cylindrical-coordinate representation of color #9F99BF: hue angle of 249.47º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F99BF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 153 | 191 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.25 |
| HSL | 249.47º | 0.23% | 0.67% | - |
| HSV(B) | 249.47º | 0.2% | 0.75% | - |
| XYZ | 35.09 | 33.91 | 53.99 | - |
| YUV | 159.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 191 | 0.17 | 0.20 | 0 | 0.25 | 249.47 | 0.23 | 0.67 |
| Hex | 9F | 99 | BF | 11 | 14 | 0 | 19 | F9 | 17 | 43 |
| Octal | 237 | 231 | 277 | 21 | 24 | 0 | 31 | 371 | 27 | 103 |
| Binary | 10011111 | 10011001 | 10111111 | 10001 | 10100 | 0 | 11001 | 11111001 | 10111 | 1000011 |
Color Harmonies of #9F99BF
Complementary color
Monochromatic Colors of #9F99BF
Black with #9F99BF
Text Example
Text Example
White with #9F99BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99BF; }
p { color: rgb(159,153,191); }
H1.HeaderClassName
{
color: #9F99BF;
}
.AnyTagClassName
{
color: #9F99BF;
}
</style>
background-color css
<style>
a { background-color: #9F99BF; }
a { background-color: rgb(159,153,191); }
div.DivClassName
{
background-color: #9F99BF;
}
.BgClassName
{
background-color: #9F99BF;
}
</style>
border-color css
<style>
span { border-color: #9F99BF; }
span { border-color: rgb(159,153,191); }
td.TdClassName
{
border-color: #9F99BF;
}
.TagClassName
{
border-color: #9F99BF;
}
</style>