Shades of Logan #999CAD
Tints of Logan #999CAD
RGB
CMYK
RGB Variations
Color information
#999CAD (or 0x999CAD) is known color: Logan. HEX triplet: 99, 9C and AD. RGB value is (153,156,173). Sum of RGB (Red+Green+Blue) = 153+156+173=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #999CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999CAD is #666352. Grayscale: #9C9C9C. Windows color (decimal): -6710099 or 11377817. OLE color: 11377817.
HSL color Cylindrical-coordinate representation of color #999CAD: hue angle of 231º 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 #999CAD is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 156 | 173 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.32 |
| HSL | 231º | 0.11% | 0.64% | - |
| HSV(B) | 231º | 0.12% | 0.68% | - |
| XYZ | 32.57 | 33.57 | 44.3 | - |
| YUV | 157.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 173 | 0.12 | 0.10 | 0 | 0.32 | 231 | 0.11 | 0.64 |
| Hex | 99 | 9C | AD | C | A | 0 | 20 | E7 | B | 40 |
| Octal | 231 | 234 | 255 | 14 | 12 | 0 | 40 | 347 | 13 | 100 |
| Binary | 10011001 | 10011100 | 10101101 | 1100 | 1010 | 0 | 100000 | 11100111 | 1011 | 1000000 |
Color Harmonies of #999CAD
Complementary color
Monochromatic Colors of #999CAD
Black with #999CAD
Text Example
Text Example
White with #999CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CAD; }
p { color: rgb(153,156,173); }
H1.HeaderClassName
{
color: #999CAD;
}
.AnyTagClassName
{
color: #999CAD;
}
</style>
background-color css
<style>
a { background-color: #999CAD; }
a { background-color: rgb(153,156,173); }
div.DivClassName
{
background-color: #999CAD;
}
.BgClassName
{
background-color: #999CAD;
}
</style>
border-color css
<style>
span { border-color: #999CAD; }
span { border-color: rgb(153,156,173); }
td.TdClassName
{
border-color: #999CAD;
}
.TagClassName
{
border-color: #999CAD;
}
</style>