Shades of Logan #9999AF
Tints of Logan #9999AF
RGB
CMYK
RGB Variations
Color information
#9999AF (or 0x9999AF) is known color: Logan. HEX triplet: 99, 99 and AF. RGB value is (153,153,175). Sum of RGB (Red+Green+Blue) = 153+153+175=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #9999AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9999AF is #666650. Grayscale: #9B9B9B. Windows color (decimal): -6710865 or 11508121. OLE color: 11508121.
HSL color Cylindrical-coordinate representation of color #9999AF: hue angle of 240º 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 #9999AF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 153 | 175 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.31 |
| HSL | 240º | 0.12% | 0.64% | - |
| HSV(B) | 240º | 0.13% | 0.69% | - |
| XYZ | 32.27 | 32.65 | 45.16 | - |
| YUV | 155.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 175 | 0.13 | 0.13 | 0 | 0.31 | 240 | 0.12 | 0.64 |
| Hex | 99 | 99 | AF | D | D | 0 | 1F | F0 | C | 40 |
| Octal | 231 | 231 | 257 | 15 | 15 | 0 | 37 | 360 | 14 | 100 |
| Binary | 10011001 | 10011001 | 10101111 | 1101 | 1101 | 0 | 11111 | 11110000 | 1100 | 1000000 |
Color Harmonies of #9999AF
Complementary color
Monochromatic Colors of #9999AF
Black with #9999AF
Text Example
Text Example
White with #9999AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999AF; }
p { color: rgb(153,153,175); }
H1.HeaderClassName
{
color: #9999AF;
}
.AnyTagClassName
{
color: #9999AF;
}
</style>
background-color css
<style>
a { background-color: #9999AF; }
a { background-color: rgb(153,153,175); }
div.DivClassName
{
background-color: #9999AF;
}
.BgClassName
{
background-color: #9999AF;
}
</style>
border-color css
<style>
span { border-color: #9999AF; }
span { border-color: rgb(153,153,175); }
td.TdClassName
{
border-color: #9999AF;
}
.TagClassName
{
border-color: #9999AF;
}
</style>