Shades of Logan #999CAE
Tints of Logan #999CAE
RGB
CMYK
RGB Variations
Color information
#999CAE (or 0x999CAE) is known color: Logan. HEX triplet: 99, 9C and AE. RGB value is (153,156,174). Sum of RGB (Red+Green+Blue) = 153+156+174=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #999CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999CAE is #666351. Grayscale: #9D9D9D. Windows color (decimal): -6710098 or 11443353. OLE color: 11443353.
HSL color Cylindrical-coordinate representation of color #999CAE: hue angle of 231.43º 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 #999CAE is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 156 | 174 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.32 |
| HSL | 231.43º | 0.11% | 0.64% | - |
| HSV(B) | 231.43º | 0.12% | 0.68% | - |
| XYZ | 32.67 | 33.61 | 44.81 | - |
| YUV | 157.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 174 | 0.12 | 0.10 | 0 | 0.32 | 231.43 | 0.11 | 0.64 |
| Hex | 99 | 9C | AE | C | A | 0 | 20 | E7 | B | 40 |
| Octal | 231 | 234 | 256 | 14 | 12 | 0 | 40 | 347 | 13 | 100 |
| Binary | 10011001 | 10011100 | 10101110 | 1100 | 1010 | 0 | 100000 | 11100111 | 1011 | 1000000 |
Color Harmonies of #999CAE
Complementary color
Monochromatic Colors of #999CAE
Black with #999CAE
Text Example
Text Example
White with #999CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CAE; }
p { color: rgb(153,156,174); }
H1.HeaderClassName
{
color: #999CAE;
}
.AnyTagClassName
{
color: #999CAE;
}
</style>
background-color css
<style>
a { background-color: #999CAE; }
a { background-color: rgb(153,156,174); }
div.DivClassName
{
background-color: #999CAE;
}
.BgClassName
{
background-color: #999CAE;
}
</style>
border-color css
<style>
span { border-color: #999CAE; }
span { border-color: rgb(153,156,174); }
td.TdClassName
{
border-color: #999CAE;
}
.TagClassName
{
border-color: #999CAE;
}
</style>