Shades of Logan #9B99AF
Tints of Logan #9B99AF
RGB
CMYK
RGB Variations
Color information
#9B99AF (or 0x9B99AF) is known color: Logan. HEX triplet: 9B, 99 and AF. RGB value is (155,153,175). Sum of RGB (Red+Green+Blue) = 155+153+175=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B99AF is #646650. Grayscale: #9C9C9C. Windows color (decimal): -6579793 or 11508123. OLE color: 11508123.
HSL color Cylindrical-coordinate representation of color #9B99AF: hue angle of 245.45º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B99AF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 153 | 175 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.31 |
| HSL | 245.45º | 0.12% | 0.64% | - |
| HSV(B) | 245.45º | 0.13% | 0.69% | - |
| XYZ | 32.65 | 32.85 | 45.18 | - |
| YUV | 156.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 175 | 0.11 | 0.13 | 0 | 0.31 | 245.45 | 0.12 | 0.64 |
| Hex | 9B | 99 | AF | B | D | 0 | 1F | F5 | C | 40 |
| Octal | 233 | 231 | 257 | 13 | 15 | 0 | 37 | 365 | 14 | 100 |
| Binary | 10011011 | 10011001 | 10101111 | 1011 | 1101 | 0 | 11111 | 11110101 | 1100 | 1000000 |
Color Harmonies of #9B99AF
Complementary color
Monochromatic Colors of #9B99AF
Black with #9B99AF
Text Example
Text Example
White with #9B99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B99AF; }
p { color: rgb(155,153,175); }
H1.HeaderClassName
{
color: #9B99AF;
}
.AnyTagClassName
{
color: #9B99AF;
}
</style>
background-color css
<style>
a { background-color: #9B99AF; }
a { background-color: rgb(155,153,175); }
div.DivClassName
{
background-color: #9B99AF;
}
.BgClassName
{
background-color: #9B99AF;
}
</style>
border-color css
<style>
span { border-color: #9B99AF; }
span { border-color: rgb(155,153,175); }
td.TdClassName
{
border-color: #9B99AF;
}
.TagClassName
{
border-color: #9B99AF;
}
</style>