Shades of Logan #9F99BA
Tints of Logan #9F99BA
RGB
CMYK
RGB Variations
Color information
#9F99BA (or 0x9F99BA) is known color: Logan. HEX triplet: 9F, 99 and BA. RGB value is (159,153,186). Sum of RGB (Red+Green+Blue) = 159+153+186=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99BA is #606645. Grayscale: #9E9E9E. Windows color (decimal): -6317638 or 12229023. OLE color: 12229023.
HSL color Cylindrical-coordinate representation of color #9F99BA: hue angle of 250.91º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F99BA is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 153 | 186 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.27 |
| HSL | 250.91º | 0.19% | 0.66% | - |
| HSV(B) | 250.91º | 0.18% | 0.73% | - |
| XYZ | 34.55 | 33.7 | 51.14 | - |
| YUV | 158.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 186 | 0.15 | 0.18 | 0 | 0.27 | 250.91 | 0.19 | 0.66 |
| Hex | 9F | 99 | BA | F | 12 | 0 | 1B | FB | 13 | 42 |
| Octal | 237 | 231 | 272 | 17 | 22 | 0 | 33 | 373 | 23 | 102 |
| Binary | 10011111 | 10011001 | 10111010 | 1111 | 10010 | 0 | 11011 | 11111011 | 10011 | 1000010 |
Color Harmonies of #9F99BA
Complementary color
Monochromatic Colors of #9F99BA
Black with #9F99BA
Text Example
Text Example
White with #9F99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99BA; }
p { color: rgb(159,153,186); }
H1.HeaderClassName
{
color: #9F99BA;
}
.AnyTagClassName
{
color: #9F99BA;
}
</style>
background-color css
<style>
a { background-color: #9F99BA; }
a { background-color: rgb(159,153,186); }
div.DivClassName
{
background-color: #9F99BA;
}
.BgClassName
{
background-color: #9F99BA;
}
</style>
border-color css
<style>
span { border-color: #9F99BA; }
span { border-color: rgb(159,153,186); }
td.TdClassName
{
border-color: #9F99BA;
}
.TagClassName
{
border-color: #9F99BA;
}
</style>