Shades of Logan #9899AF
Tints of Logan #9899AF
RGB
CMYK
RGB Variations
Color information
#9899AF (or 0x9899AF) is known color: Logan. HEX triplet: 98, 99 and AF. RGB value is (152,153,175). Sum of RGB (Red+Green+Blue) = 152+153+175=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #9899AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9899AF is #676650. Grayscale: #9B9B9B. Windows color (decimal): -6776401 or 11508120. OLE color: 11508120.
HSL color Cylindrical-coordinate representation of color #9899AF: hue angle of 237.39º degrees, saturation: 0.13, 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 #9899AF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 153 | 175 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.31 |
| HSL | 237.39º | 0.13% | 0.64% | - |
| HSV(B) | 237.39º | 0.13% | 0.69% | - |
| XYZ | 32.08 | 32.55 | 45.15 | - |
| YUV | 155.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 175 | 0.13 | 0.13 | 0 | 0.31 | 237.39 | 0.13 | 0.64 |
| Hex | 98 | 99 | AF | D | D | 0 | 1F | ED | D | 40 |
| Octal | 230 | 231 | 257 | 15 | 15 | 0 | 37 | 355 | 15 | 100 |
| Binary | 10011000 | 10011001 | 10101111 | 1101 | 1101 | 0 | 11111 | 11101101 | 1101 | 1000000 |
Color Harmonies of #9899AF
Complementary color
Monochromatic Colors of #9899AF
Black with #9899AF
Text Example
Text Example
White with #9899AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899AF; }
p { color: rgb(152,153,175); }
H1.HeaderClassName
{
color: #9899AF;
}
.AnyTagClassName
{
color: #9899AF;
}
</style>
background-color css
<style>
a { background-color: #9899AF; }
a { background-color: rgb(152,153,175); }
div.DivClassName
{
background-color: #9899AF;
}
.BgClassName
{
background-color: #9899AF;
}
</style>
border-color css
<style>
span { border-color: #9899AF; }
span { border-color: rgb(152,153,175); }
td.TdClassName
{
border-color: #9899AF;
}
.TagClassName
{
border-color: #9899AF;
}
</style>