Shades of Logan #999CB9
Tints of Logan #999CB9
RGB
CMYK
RGB Variations
Color information
#999CB9 (or 0x999CB9) is known color: Logan. HEX triplet: 99, 9C and B9. RGB value is (153,156,185). Sum of RGB (Red+Green+Blue) = 153+156+185=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 185 - color contains mainly: blue. Hex color #999CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CB9 is #666346. Grayscale: #9E9E9E. Windows color (decimal): -6710087 or 12164249. OLE color: 12164249.
HSL color Cylindrical-coordinate representation of color #999CB9: hue angle of 234.38º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #999CB9 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 156 | 185 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.27 |
| HSL | 234.38º | 0.19% | 0.66% | - |
| HSV(B) | 234.38º | 0.17% | 0.73% | - |
| XYZ | 33.78 | 34.05 | 50.69 | - |
| YUV | 158.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 185 | 0.17 | 0.16 | 0 | 0.27 | 234.38 | 0.19 | 0.66 |
| Hex | 99 | 9C | B9 | 11 | 10 | 0 | 1B | EA | 13 | 42 |
| Octal | 231 | 234 | 271 | 21 | 20 | 0 | 33 | 352 | 23 | 102 |
| Binary | 10011001 | 10011100 | 10111001 | 10001 | 10000 | 0 | 11011 | 11101010 | 10011 | 1000010 |
Color Harmonies of #999CB9
Complementary color
Monochromatic Colors of #999CB9
Black with #999CB9
Text Example
Text Example
White with #999CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CB9; }
p { color: rgb(153,156,185); }
H1.HeaderClassName
{
color: #999CB9;
}
.AnyTagClassName
{
color: #999CB9;
}
</style>
background-color css
<style>
a { background-color: #999CB9; }
a { background-color: rgb(153,156,185); }
div.DivClassName
{
background-color: #999CB9;
}
.BgClassName
{
background-color: #999CB9;
}
</style>
border-color css
<style>
span { border-color: #999CB9; }
span { border-color: rgb(153,156,185); }
td.TdClassName
{
border-color: #999CB9;
}
.TagClassName
{
border-color: #999CB9;
}
</style>