Shades of Logan #9F99B5
Tints of Logan #9F99B5
RGB
CMYK
RGB Variations
Color information
#9F99B5 (or 0x9F99B5) is known color: Logan. HEX triplet: 9F, 99 and B5. RGB value is (159,153,181). Sum of RGB (Red+Green+Blue) = 159+153+181=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 181 - color contains mainly: blue. Hex color #9F99B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99B5 is #60664A. Grayscale: #9D9D9D. Windows color (decimal): -6317643 or 11901343. OLE color: 11901343.
HSL color Cylindrical-coordinate representation of color #9F99B5: hue angle of 252.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F99B5 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 159 | 153 | 181 | - |
CMYK | 0.12 | 0.15 | 0 | 0.29 |
HSL | 252.86º | 0.16% | 0.65% | - |
HSV(B) | 252.86º | 0.15% | 0.71% | - |
XYZ | 34.03 | 33.49 | 48.39 | - |
YUV | 157.99 | 140.99 | 128.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 153 | 181 | 0.12 | 0.15 | 0 | 0.29 | 252.86 | 0.16 | 0.65 |
Hex | 9F | 99 | B5 | C | F | 0 | 1D | FD | 10 | 41 |
Octal | 237 | 231 | 265 | 14 | 17 | 0 | 35 | 375 | 20 | 101 |
Binary | 10011111 | 10011001 | 10110101 | 1100 | 1111 | 0 | 11101 | 11111101 | 10000 | 1000001 |
Color Harmonies of #9F99B5
Complementary color
Monochromatic Colors of #9F99B5
Black with #9F99B5
Text Example
Text Example
White with #9F99B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99B5; }
p { color: rgb(159,153,181); }
H1.HeaderClassName
{
color: #9F99B5;
}
.AnyTagClassName
{
color: #9F99B5;
}
</style>
background-color css
<style>
a { background-color: #9F99B5; }
a { background-color: rgb(159,153,181); }
div.DivClassName
{
background-color: #9F99B5;
}
.BgClassName
{
background-color: #9F99B5;
}
</style>
border-color css
<style>
span { border-color: #9F99B5; }
span { border-color: rgb(159,153,181); }
td.TdClassName
{
border-color: #9F99B5;
}
.TagClassName
{
border-color: #9F99B5;
}
</style>