Shades of Logan #9F99BE
Tints of Logan #9F99BE
RGB
CMYK
RGB Variations
Color information
#9F99BE (or 0x9F99BE) is known color: Logan. HEX triplet: 9F, 99 and BE. RGB value is (159,153,190). Sum of RGB (Red+Green+Blue) = 159+153+190=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99BE is #606641. Grayscale: #9E9E9E. Windows color (decimal): -6317634 or 12491167. OLE color: 12491167.
HSL color Cylindrical-coordinate representation of color #9F99BE: hue angle of 249.73º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F99BE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 159 | 153 | 190 | - |
CMYK | 0.16 | 0.19 | 0 | 0.25 |
HSL | 249.73º | 0.22% | 0.67% | - |
HSV(B) | 249.73º | 0.19% | 0.75% | - |
XYZ | 34.98 | 33.87 | 53.41 | - |
YUV | 159.01 | 145.49 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 153 | 190 | 0.16 | 0.19 | 0 | 0.25 | 249.73 | 0.22 | 0.67 |
Hex | 9F | 99 | BE | 10 | 13 | 0 | 19 | FA | 16 | 43 |
Octal | 237 | 231 | 276 | 20 | 23 | 0 | 31 | 372 | 26 | 103 |
Binary | 10011111 | 10011001 | 10111110 | 10000 | 10011 | 0 | 11001 | 11111010 | 10110 | 1000011 |
Color Harmonies of #9F99BE
Complementary color
Monochromatic Colors of #9F99BE
Black with #9F99BE
Text Example
Text Example
White with #9F99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99BE; }
p { color: rgb(159,153,190); }
H1.HeaderClassName
{
color: #9F99BE;
}
.AnyTagClassName
{
color: #9F99BE;
}
</style>
background-color css
<style>
a { background-color: #9F99BE; }
a { background-color: rgb(159,153,190); }
div.DivClassName
{
background-color: #9F99BE;
}
.BgClassName
{
background-color: #9F99BE;
}
</style>
border-color css
<style>
span { border-color: #9F99BE; }
span { border-color: rgb(159,153,190); }
td.TdClassName
{
border-color: #9F99BE;
}
.TagClassName
{
border-color: #9F99BE;
}
</style>