Shades of Logan #9A99AF
Tints of Logan #9A99AF
RGB
CMYK
RGB Variations
Color information
#9A99AF (or 0x9A99AF) is known color: Logan. HEX triplet: 9A, 99 and AF. RGB value is (154,153,175). Sum of RGB (Red+Green+Blue) = 154+153+175=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A99AF is #656650. Grayscale: #9B9B9B. Windows color (decimal): -6645329 or 11508122. OLE color: 11508122.
HSL color Cylindrical-coordinate representation of color #9A99AF: hue angle of 242.73º 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 #9A99AF is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 153 | 175 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.31 |
| HSL | 242.73º | 0.12% | 0.64% | - |
| HSV(B) | 242.73º | 0.13% | 0.69% | - |
| XYZ | 32.46 | 32.75 | 45.17 | - |
| YUV | 155.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 175 | 0.12 | 0.13 | 0 | 0.31 | 242.73 | 0.12 | 0.64 |
| Hex | 9A | 99 | AF | C | D | 0 | 1F | F3 | C | 40 |
| Octal | 232 | 231 | 257 | 14 | 15 | 0 | 37 | 363 | 14 | 100 |
| Binary | 10011010 | 10011001 | 10101111 | 1100 | 1101 | 0 | 11111 | 11110011 | 1100 | 1000000 |
Color Harmonies of #9A99AF
Complementary color
Monochromatic Colors of #9A99AF
Black with #9A99AF
Text Example
Text Example
White with #9A99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A99AF; }
p { color: rgb(154,153,175); }
H1.HeaderClassName
{
color: #9A99AF;
}
.AnyTagClassName
{
color: #9A99AF;
}
</style>
background-color css
<style>
a { background-color: #9A99AF; }
a { background-color: rgb(154,153,175); }
div.DivClassName
{
background-color: #9A99AF;
}
.BgClassName
{
background-color: #9A99AF;
}
</style>
border-color css
<style>
span { border-color: #9A99AF; }
span { border-color: rgb(154,153,175); }
td.TdClassName
{
border-color: #9A99AF;
}
.TagClassName
{
border-color: #9A99AF;
}
</style>