Shades of Logan #999AAD
Tints of Logan #999AAD
RGB
CMYK
RGB Variations
Color information
#999AAD (or 0x999AAD) is known color: Logan. HEX triplet: 99, 9A and AD. RGB value is (153,154,173). Sum of RGB (Red+Green+Blue) = 153+154+173=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #999AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999AAD is #666552. Grayscale: #9B9B9B. Windows color (decimal): -6710611 or 11377305. OLE color: 11377305.
HSL color Cylindrical-coordinate representation of color #999AAD: hue angle of 237º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999AAD is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 154 | 173 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.32 |
| HSL | 237º | 0.11% | 0.64% | - |
| HSV(B) | 237º | 0.12% | 0.68% | - |
| XYZ | 32.24 | 32.9 | 44.19 | - |
| YUV | 155.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 173 | 0.12 | 0.11 | 0 | 0.32 | 237 | 0.11 | 0.64 |
| Hex | 99 | 9A | AD | C | B | 0 | 20 | ED | B | 40 |
| Octal | 231 | 232 | 255 | 14 | 13 | 0 | 40 | 355 | 13 | 100 |
| Binary | 10011001 | 10011010 | 10101101 | 1100 | 1011 | 0 | 100000 | 11101101 | 1011 | 1000000 |
Color Harmonies of #999AAD
Complementary color
Monochromatic Colors of #999AAD
Black with #999AAD
Text Example
Text Example
White with #999AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999AAD; }
p { color: rgb(153,154,173); }
H1.HeaderClassName
{
color: #999AAD;
}
.AnyTagClassName
{
color: #999AAD;
}
</style>
background-color css
<style>
a { background-color: #999AAD; }
a { background-color: rgb(153,154,173); }
div.DivClassName
{
background-color: #999AAD;
}
.BgClassName
{
background-color: #999AAD;
}
</style>
border-color css
<style>
span { border-color: #999AAD; }
span { border-color: rgb(153,154,173); }
td.TdClassName
{
border-color: #999AAD;
}
.TagClassName
{
border-color: #999AAD;
}
</style>